Enum ReplyMarkupMaker.ReplyMarkupType
Type of the reply markup
Namespace: TelegramBotApi.Types.Markup
Assembly: TelegramBotApi.dll
Syntax
public enum ReplyMarkupType
Fields
Name | Description |
---|---|
Force | A ForceReplyMarkup (forcing one or all users to reply to the message) |
Inline | An InlineKeyboardMarkup (buttons below a message) |
Remove | A ReplyKeyboardRemove (request to remove the current ReplyKeyboardMarkup) |
Reply | A ReplyKeyboardMarkup (buttons instead of normal keyboard) |