BanMemberConfirmationClick
data class BanMemberConfirmationClick(val memberId: String, val timeoutInMinutes: Int?) : ChannelInfoViewAction
Represents the confirmation click action to ban the member.
Parameters
memberId
The ID of the member to be banned.
timeoutInMinutes
The duration for which the member should be banned, in minutes. Null for no timeout.