1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 05:36:56 +01:00
MadelineProto/docs/TD_docs/constructors/channelChatInfo.md

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

Or, if you're into Lua:

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