MadelineProto/docs/TD_docs/constructors/channelChatInfo.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00: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}