719 B
719 B
title | description |
---|---|
chat | chat attributes, type and example |
Constructor: chat
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
title | string | Required |
photo | ChatPhoto | Required |
participants_count | int | Required |
date | int | Required |
version | int | Required |
Type: Chat
Example:
$chat = ['_' => 'chat', 'id' => int, 'title' => string, 'photo' => ChatPhoto, 'participants_count' => int, 'date' => int, 'version' => int, ];