Declaration
func GetChatChannel(index ChatChannelType) entity<ChatChannel>
go
Parameters
Input
Name | Type | Description |
---|---|---|
Index | FreeChatChannel | Chat channel index, range [1,8] |
Return
Type | Description |
---|---|
ChatChannel | Chat Channel Entity |
Get the chat channel entity by index
func GetChatChannel(index ChatChannelType) entity<ChatChannel>
go
Name | Type | Description |
---|---|---|
Index | FreeChatChannel | Chat channel index, range [1,8] |
Type | Description |
---|---|
ChatChannel | Chat Channel Entity |