Needs summary.
info = C_ChatInfo.GetChannelInfoFromIdentifier(channelIdentifier)
Arguments
- channelIdentifier
- string
Returns
- info
- ChatChannelInfo?
Key | Type | Description |
---|---|---|
name | string | |
shortcut | string | |
localID | number | |
instanceID | number | |
zoneChannelID | number | |
channelType | Enum.PermanentChatChannelType |
Value | Key | Description |
---|---|---|
0 | None | |
1 | Zone | |
2 | Communities | |
3 | Custom |
Patch changes
Patch 9.1.0 (2021-06-29): Added.