LiveChatMessageSnippet constructor

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

Implementation

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