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

711 B

title description
groupChatInfo Chat with zero or more other users

Constructor: groupChatInfo

Back to constructors index

Chat with zero or more other users

Attributes:

Name Type Required Description
group group Yes Information about the chat

Type: ChatInfo

Example:

$groupChatInfo = ['_' => 'groupChatInfo', 'group' => group];

PWRTelegram json-encoded version:

{"_": "groupChatInfo", "group": group}

Or, if you're into Lua:

groupChatInfo={_='groupChatInfo', group=group}