LiveChatBanSnippet constructor
LiveChatBanSnippet({
- String? banDurationSeconds,
- ChannelProfileDetails? bannedUserDetails,
- String? liveChatId,
- String? type,
Implementation
LiveChatBanSnippet({
this.banDurationSeconds,
this.bannedUserDetails,
this.liveChatId,
this.type,
});