Struct telegram_bot2::models::SentWebAppMessageBuilder
source · pub struct SentWebAppMessageBuilder { /* private fields */ }Expand description
Builder for the SentWebAppMessage structure
Implementations§
source§impl SentWebAppMessageBuilder
impl SentWebAppMessageBuilder
sourcepub fn inline_message_id(self, val: String) -> Self
pub fn inline_message_id(self, val: String) -> Self
Set the field inline_message_id to the given value
Trait Implementations§
source§impl Builder for SentWebAppMessageBuilder
impl Builder for SentWebAppMessageBuilder
§type Value = SentWebAppMessage
type Value = SentWebAppMessage
Type to be built