KeyboardButtonRequestChat constructor
KeyboardButtonRequestChat({
- required int requestId,
- required bool chatIsChannel,
- bool? charIsForum,
- bool? chatHasUsername,
- bool? chatIsCreated,
- ChatAdministratorRights? userAdministratorRights,
- ChatAdministratorRights? botAdministratorRights,
- bool? botIsMember,
Implementation
KeyboardButtonRequestChat({
required this.requestId,
required this.chatIsChannel,
this.charIsForum,
this.chatHasUsername,
this.chatIsCreated,
this.userAdministratorRights,
this.botAdministratorRights,
this.botIsMember,
});