MadelineProto/old_docs/API_docs_v38/constructors/chatFull.md

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