mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
783 B
783 B
Constructor: chatFull
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
participants | ChatParticipants | Required |
chat_photo | Photo | Required |
notify_settings | PeerNotifySettings | Required |
exported_invite | ExportedChatInvite | Required |
bot_info | Array of BotInfo | Required |
Type: ChatFull
Example:
$chatFull = ['id' => int, 'participants' => ChatParticipants, 'chat_photo' => Photo, 'notify_settings' => PeerNotifySettings, 'exported_invite' => ExportedChatInvite, 'bot_info' => [BotInfo], ];