MadelineProto/docs/API_docs/constructors/chatFull.md
2016-12-20 13:32:11 +01:00

919 B

title description
chatFull chatFull attributes, type and example

Constructor: chatFull

Back to constructors index

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], ];