LiveChatUserBannedMessageDetails constructor

LiveChatUserBannedMessageDetails({
  1. String? banDurationSeconds,
  2. String? banType,
  3. ChannelProfileDetails? bannedUserDetails,
})

Implementation

LiveChatUserBannedMessageDetails({
  this.banDurationSeconds,
  this.banType,
  this.bannedUserDetails,
});