mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-16 07:06:55 +01:00
714 B
714 B
title | description |
---|---|
groupChatInfo | Chat with zero or more other users |
Constructor: groupChatInfo
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, }