924 B
924 B
title | description |
---|---|
chatFull | chatFull attributes, type and example |
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 = ['_' => 'chatFull', 'id' => int, 'participants' => ChatParticipants, 'chat_photo' => Photo, 'notify_settings' => PeerNotifySettings, 'exported_invite' => ExportedChatInvite, 'bot_info' => [Vector t], ];