RequestPeerTypeChat constructor
const
RequestPeerTypeChat({
- required bool creator,
- required bool botParticipant,
- bool? hasUsername,
- bool? forum,
- ChatAdminRightsBase? userAdminRights,
- ChatAdminRightsBase? botAdminRights,
Request Peer Type Chat constructor.
Implementation
const RequestPeerTypeChat({
required this.creator,
required this.botParticipant,
this.hasUsername,
this.forum,
this.userAdminRights,
this.botAdminRights,
}) : super._();