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.

Constructors

Link copied to clipboard
constructor(memberId: String, timeoutInMinutes: Int?)

Properties

Link copied to clipboard
Link copied to clipboard