Struct rust_tdlib::types::InlineKeyboardButtonTypeCallbackGame [−][src]
pub struct InlineKeyboardButtonTypeCallbackGame { /* fields omitted */ }Expand description
A button with a game that sends a callback query to a bot. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageGame
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for InlineKeyboardButtonTypeCallbackGameimpl Sync for InlineKeyboardButtonTypeCallbackGameBlanket Implementations
Mutably borrows from an owned value. Read more