LiveChatUserBannedMessageDetails constructor
LiveChatUserBannedMessageDetails({
- String? banDurationSeconds,
- String? banType,
- ChannelProfileDetails? bannedUserDetails,
Implementation
LiveChatUserBannedMessageDetails({
this.banDurationSeconds,
this.banType,
this.bannedUserDetails,
});