MadelineProto/docs/TD_docs/constructors/channelChatInfo.md
2017-07-23 16:33:46 +02:00

749 B

title description
channelChatInfo Chat with unlimited number of members

Constructor: channelChatInfo

Back to constructors index

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];

PWRTelegram json-encoded version:

{"_": "channelChatInfo", "channel": channel}

Or, if you're into Lua:

channelChatInfo={_='channelChatInfo', channel=channel}