title |
description |
channel |
channel attributes, type and example |
Constructor: channel
Back to constructors index
Attributes:
Name |
Type |
Required |
creator |
Bool |
Optional |
kicked |
Bool |
Optional |
left |
Bool |
Optional |
editor |
Bool |
Optional |
moderator |
Bool |
Optional |
broadcast |
Bool |
Optional |
verified |
Bool |
Optional |
megagroup |
Bool |
Optional |
restricted |
Bool |
Optional |
id |
int |
Required |
access_hash |
long |
Required |
title |
string |
Required |
username |
string |
Optional |
photo |
ChatPhoto |
Required |
date |
int |
Required |
version |
int |
Required |
restriction_reason |
string |
Optional |
Example:
$channel = ['_' => 'channel', 'creator' => true, 'kicked' => true, 'left' => true, 'editor' => true, 'moderator' => true, 'broadcast' => true, 'verified' => true, 'megagroup' => true, 'restricted' => true, 'id' => int, 'access_hash' => long, 'title' => string, 'username' => string, 'photo' => ChatPhoto, 'date' => int, 'version' => int, 'restriction_reason' => string, ];