Struct telbot_types::markup::InlineKeyboardButton [−][src]
pub struct InlineKeyboardButton {
pub text: String,
pub kind: InlineKeyboardButtonKind,
}Expand description
This object represents one button of an inline keyboard.
Fields
text: StringLabel text on the button
kind: InlineKeyboardButtonKindButton type
Trait Implementations
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