LiveChatMessageSnippet constructor

LiveChatMessageSnippet({
  1. String? authorChannelId,
  2. String? displayMessage,
  3. LiveChatFanFundingEventDetails? fanFundingEventDetails,
  4. LiveChatGiftMembershipReceivedDetails? giftMembershipReceivedDetails,
  5. bool? hasDisplayContent,
  6. String? liveChatId,
  7. LiveChatMemberMilestoneChatDetails? memberMilestoneChatDetails,
  8. LiveChatMembershipGiftingDetails? membershipGiftingDetails,
  9. LiveChatMessageDeletedDetails? messageDeletedDetails,
  10. LiveChatMessageRetractedDetails? messageRetractedDetails,
  11. LiveChatNewSponsorDetails? newSponsorDetails,
  12. DateTime? publishedAt,
  13. LiveChatSuperChatDetails? superChatDetails,
  14. LiveChatSuperStickerDetails? superStickerDetails,
  15. LiveChatTextMessageDetails? textMessageDetails,
  16. String? type,
  17. LiveChatUserBannedMessageDetails? userBannedDetails,
})

Implementation

LiveChatMessageSnippet({
  this.authorChannelId,
  this.displayMessage,
  this.fanFundingEventDetails,
  this.giftMembershipReceivedDetails,
  this.hasDisplayContent,
  this.liveChatId,
  this.memberMilestoneChatDetails,
  this.membershipGiftingDetails,
  this.messageDeletedDetails,
  this.messageRetractedDetails,
  this.newSponsorDetails,
  this.publishedAt,
  this.superChatDetails,
  this.superStickerDetails,
  this.textMessageDetails,
  this.type,
  this.userBannedDetails,
});