MessagesExportChatInvite constructor
const
MessagesExportChatInvite({
- required bool legacyRevokePermanent,
- required bool requestNeeded,
- required InputPeerBase peer,
- DateTime? expireDate,
- int? usageLimit,
- String? title,
- StarsSubscriptionPricingBase? subscriptionPricing,
Messages Export Chat Invite constructor.
Implementation
const MessagesExportChatInvite({
required this.legacyRevokePermanent,
required this.requestNeeded,
required this.peer,
this.expireDate,
this.usageLimit,
this.title,
this.subscriptionPricing,
}) : super._();