SuperChatEventSnippet constructor
SuperChatEventSnippet({
- String? amountMicros,
- String? channelId,
- String? commentText,
- DateTime? createdAt,
- String? currency,
- String? displayString,
- bool? isSuperStickerEvent,
- int? messageType,
- SuperStickerMetadata? superStickerMetadata,
- ChannelProfileDetails? supporterDetails,
Implementation
SuperChatEventSnippet({
this.amountMicros,
this.channelId,
this.commentText,
this.createdAt,
this.currency,
this.displayString,
this.isSuperStickerEvent,
this.messageType,
this.superStickerMetadata,
this.supporterDetails,
});