636 B
636 B
title | description |
---|---|
channelChatInfo | Chat with unlimited number of members |
Constructor: channelChatInfo
Chat with unlimited number of members
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel | channel | Yes | Information about the chat |
Type: ChatInfo
Example:
$channelChatInfo = ['_' => 'channelChatInfo', 'channel' => channel, ];
Or, if you're into Lua:
channelChatInfo={_='channelChatInfo', channel=channel, }