requestChat property

  1. @JsonKey(name: 'request_chat')
KeyboardButtonRequestChat? get requestChat
inherited

Optional. If specified, pressing the button will open a list of suitable chats. Tapping on a chat will send its identifier to the bot in a "chat_shared" service message. Available in private chats only.

Since: Bot API 6.5

Implementation

@JsonKey(name: 'request_chat')
KeyboardButtonRequestChat? get requestChat;