Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommunitySubChannelIdentifier

Identifier for a community sub-channel within a community (ultra group).

example
const subChannelId = new CommunitySubChannelIdentifier('community-789', 'sub-001');
console.log(subChannelId.channelId); // 'community-789'
console.log(subChannelId.subChannelId); // 'sub-001'

Hierarchy

Index

Accessors

  • The type of the channel

    Returns ChannelType

  • get channelId(): string
  • The unique ID of the channel

    Returns string

  • get subChannelId(): string
  • The sub-channel ID within the community

    Returns string

Constructors

Methods

  • Checks whether this identifier refers to the same community sub-channel as another.

    Parameters

    Returns boolean

    true if both identifiers refer to the same sub-channel