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, }