[][src]Module rutebot::requests::send_message

Contains types for sending messages

Modules

send_text_message

Contains types for sending sendMessage request

Structs

ForceReply

Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot‘s message and tapped ’Reply'). This can be extremely useful if you want to create user-friendly step-by-step interfaces without having to sacrifice privacy mode.

InlineKeyboard

This object represents an inline keyboard that appears right next to the message it belongs to

ReplyKeyboardMarkup

This object represents a custom keyboard with reply options.

ReplyKeyboardRemove

Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button (see ReplyKeyboardMarkup)

Enums

InlineKeyboardButton
KeyboardButton

This object represents one button of the reply keyboard

ReplyMarkup

Additional interface options