KeyboardButtonRequestChat constructor
const
KeyboardButtonRequestChat({})
This object defines the criteria used to request a suitable chat. The identifier of the selected chat will be shared with the bot when the corresponding button is pressed.
Implementation
const KeyboardButtonRequestChat({
required this.requestId,
required this.chatIsChannel,
this.chatIsForum,
this.chatHasUsername,
this.chatIsCreated,
this.userAdministratorRights,
this.botAdministratorRights,
this.botIsMember,
this.requestPhoto,
this.requestTitle,
this.requestUsername,
});