C_ChatInfo.GetChannelInfoFromIdentifier

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

info = C_ChatInfo.GetChannelInfoFromIdentifier(channelIdentifier)

Arguments

channelIdentifier
string

Returns

info
ChatChannelInfo?
Field Type Description
name string
shortcut string
localID number
instanceID number
zoneChannelID number
channelType Enum.PermanentChatChannelType
Enum.PermanentChatChannelType
Value Field Description
0 None
1 Zone
2 Communities
3 Custom

Patch changes

Shadowlands Patch 9.1.0 (2021-06-29): Added.