MadelineProto/old_docs/API_docs_v18/constructors/chatFull.md

711 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

Type: ChatFull

Example:

$chatFull = ['_' => 'chatFull', 'id' => int, 'participants' => ChatParticipants, 'chat_photo' => Photo, 'notify_settings' => PeerNotifySettings, ];