MyMutedInfoResult

data class MyMutedInfoResult(val isMuted: Boolean, val description: String?, val startAt: Long, val endAt: Long, val remainingDuration: Long)

A result class for BaseChannel.getMyMutedInfo.

Since

4.15.0

Constructors

Link copied to clipboard
constructor(isMuted: Boolean, description: String?, startAt: Long, endAt: Long, remainingDuration: Long)

Properties

Link copied to clipboard

Description

Link copied to clipboard
val endAt: Long

Timestamp when the mute will end (ms)

Link copied to clipboard

IsMuted

Link copied to clipboard

Remaining duration (ms)

Link copied to clipboard

Timestamp when the mute started (ms)