OpenChannelInfo

public final class OpenChannelInfo

Open channel details.

Parameters

channelId

channel ID

totalMemberCount

channel total Member Count

isAscending

Member sort order, true for ascending (earliest joined first), null if not specified

members

Member Info List (at most 20 people)

Constructors

Link copied to clipboard
public OpenChannelInfo OpenChannelInfo(String channelId, Integer totalMemberCount, Boolean isAscending, List<OpenChannelMemberInfo> members)

Properties

Link copied to clipboard
private final String channelId
Link copied to clipboard
private final Boolean isAscending
Link copied to clipboard
private final List<OpenChannelMemberInfo> members
Link copied to clipboard
private final Integer totalMemberCount

Functions

Link copied to clipboard
public final String getChannelId()
Link copied to clipboard
public final List<OpenChannelMemberInfo> getMembers()
Link copied to clipboard
public final Integer getTotalMemberCount()
Link copied to clipboard
public final Boolean isAscending()