haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.ReplyMarkup

Synopsis

Documentation

data ReplyMarkup Source #

Contains a description of a custom keyboard and actions that can be done with it to quickly reply to bots

Constructors

ReplyMarkupRemoveKeyboard

Instructs application to remove the keyboard once this message has been received. This kind of keyboard can't be received in an incoming message; instead, updateChatReplyMarkup with message_id == 0 will be sent

Fields

  • is_personal :: Maybe Bool

    True, if the keyboard is removed only for the mentioned users or the target user of a reply

ReplyMarkupForceReply

Instructs application to force a reply to this message

Fields

ReplyMarkupShowKeyboard

Contains a custom keyboard layout to quickly reply to bots

Fields

ReplyMarkupInlineKeyboard

Contains an inline keyboard layout

Fields