title |
description |
channelFull |
channelFull attributes, type and example |
Constructor: channelFull
Back to constructors index
Attributes:
Name |
Type |
Required |
can_view_participants |
Bool |
Optional |
can_set_username |
Bool |
Optional |
id |
int |
Required |
about |
string |
Required |
participants_count |
int |
Optional |
admins_count |
int |
Optional |
kicked_count |
int |
Optional |
read_inbox_max_id |
int |
Required |
read_outbox_max_id |
int |
Required |
unread_count |
int |
Required |
chat_photo |
Photo |
Required |
notify_settings |
PeerNotifySettings |
Required |
exported_invite |
ExportedChatInvite |
Required |
bot_info |
Array of BotInfo |
Required |
migrated_from_chat_id |
int |
Optional |
migrated_from_max_id |
int |
Optional |
pinned_msg_id |
int |
Optional |
Example:
$channelFull = ['_' => 'channelFull', 'can_view_participants' => true, 'can_set_username' => true, 'id' => int, 'about' => string, 'participants_count' => int, 'admins_count' => int, 'kicked_count' => int, 'read_inbox_max_id' => int, 'read_outbox_max_id' => int, 'unread_count' => int, 'chat_photo' => Photo, 'notify_settings' => PeerNotifySettings, 'exported_invite' => ExportedChatInvite, 'bot_info' => [Vector t], 'migrated_from_chat_id' => int, 'migrated_from_max_id' => int, 'pinned_msg_id' => int, ];