MessagesExportedChatInvite constructor
const
MessagesExportedChatInvite({
- required ExportedChatInviteBase invite,
- required List<
UserBase> users,
Messages Exported Chat Invite constructor.
Implementation
const MessagesExportedChatInvite({required this.invite, required this.users})
: super._();