[][src]Module tbot::types::message::inline_markup

Types representing inline keyboard markup coming from Telegram.

The reason that we can't re-use the types from types::keyboard is that those types are meant for serialization, and so they're compoud of references. These references, however, would be a pain if deserialized. That's why we mirrored the inline keyboard types coming from Telegram without references.

Structs

Button

Represents an InlineKeyboardButton.

Keyboard

Represents an InlineKeyboardMarkup.

Enums

ButtonKind

Represents different types an inline button can be.

Type Definitions

Markup

A shorthand for inline markup.