KeyboardButtonTypeRequestChat constructor
KeyboardButtonTypeRequestChat({
- required int id,
- required bool chatIsChannel,
- required bool restrictChatIsForum,
- required bool chatIsForum,
- required bool restrictChatHasUsername,
- required bool chatHasUsername,
- required bool chatIsCreated,
- ChatAdministratorRights? userAdministratorRights,
- ChatAdministratorRights? botAdministratorRights,
- required bool botIsMember,
- required bool requestTitle,
- required bool requestUsername,
- required bool requestPhoto,
Implementation
KeyboardButtonTypeRequestChat({
required this.id,
required this.chatIsChannel,
required this.restrictChatIsForum,
required this.chatIsForum,
required this.restrictChatHasUsername,
required this.chatHasUsername,
required this.chatIsCreated,
this.userAdministratorRights,
this.botAdministratorRights,
required this.botIsMember,
required this.requestTitle,
required this.requestUsername,
required this.requestPhoto,
});