SuperChatEventSnippet constructor

SuperChatEventSnippet({
  1. String? amountMicros,
  2. String? channelId,
  3. String? commentText,
  4. DateTime? createdAt,
  5. String? currency,
  6. String? displayString,
  7. bool? isSuperStickerEvent,
  8. int? messageType,
  9. SuperStickerMetadata? superStickerMetadata,
  10. ChannelProfileDetails? supporterDetails,
})

Implementation

SuperChatEventSnippet({
  this.amountMicros,
  this.channelId,
  this.commentText,
  this.createdAt,
  this.currency,
  this.displayString,
  this.isSuperStickerEvent,
  this.messageType,
  this.superStickerMetadata,
  this.supporterDetails,
});