Constructor: communityFull
Attributes:
| Name | Type | Required |
|---|---|---|
| id | long | Yes |
| about | string | Yes |
| chat_photo | Photo | Optional |
| linked_peers | Array of CommunityPeer | Yes |
| admins_count | int | Optional |
| kicked_count | int | Optional |
| peer_link_requests_pending | int | Optional |
Type: ChatFull
Example:
$communityFull = ['_' => 'communityFull', 'id' => long, 'about' => 'string', 'chat_photo' => Photo, 'linked_peers' => [CommunityPeer, CommunityPeer], 'admins_count' => int, 'kicked_count' => int, 'peer_link_requests_pending' => int];