LiveChatBanSnippet constructor

LiveChatBanSnippet({
  1. String? banDurationSeconds,
  2. ChannelProfileDetails? bannedUserDetails,
  3. String? liveChatId,
  4. String? type,
})

Implementation

LiveChatBanSnippet({
  this.banDurationSeconds,
  this.bannedUserDetails,
  this.liveChatId,
  this.type,
});