ChatInvite constructor
const
ChatInvite({
- required bool channel,
- required bool broadcast,
- required bool public,
- required bool megagroup,
- required bool requestNeeded,
- required bool verified,
- required bool scam,
- required bool fake,
- required bool canRefulfillSubscription,
- required String title,
- String? about,
- required PhotoBase photo,
- required int participantsCount,
- List<
UserBase> ? participants, - required int color,
- StarsSubscriptionPricingBase? subscriptionPricing,
- int? subscriptionFormId,
- BotVerificationBase? botVerification,
Chat Invite constructor.
Implementation
const ChatInvite({
required this.channel,
required this.broadcast,
required this.public,
required this.megagroup,
required this.requestNeeded,
required this.verified,
required this.scam,
required this.fake,
required this.canRefulfillSubscription,
required this.title,
this.about,
required this.photo,
required this.participantsCount,
this.participants,
required this.color,
this.subscriptionPricing,
this.subscriptionFormId,
this.botVerification,
}) : super._();