Class OpenChannelEnterResponseInfo

    • Constructor Detail

      • OpenChannelEnterResponseInfo

        OpenChannelEnterResponseInfo(Long createTime, Integer memberCount, Boolean isAllChannelMuted, Boolean isCurrentUserMuted, Boolean isCurrentChannelMuted, Boolean isCurrentChannelInAllowlist, Long enterTime)
        Parameters:
        createTime - Channel creation timestamp in milliseconds.
        memberCount - Current member count of the channel.
        isAllChannelMuted - Whether global mute is enabled.
        isCurrentUserMuted - Whether the current user is globally muted.
        isCurrentChannelMuted - Whether the current user is muted in this channel.
        isCurrentChannelInAllowlist - Whether the current user is on the channel's mute allowlist.
        enterTime - Timestamp when the user entered, in milliseconds.