711 B
711 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 |
Type: ChatFull
Example:
$chatFull = ['_' => 'chatFull', 'id' => int, 'participants' => ChatParticipants, 'chat_photo' => Photo, 'notify_settings' => PeerNotifySettings, ];