Link Search Menu Expand Document

Constructor: requestedPeerChannel

Back to constructors index

Attributes:

NameTypeRequired
channel_idlongYes
titlestringOptional
usernamestringOptional
photoPhotoOptional

Type: RequestedPeer

Example:

$requestedPeerChannel = ['_' => 'requestedPeerChannel', 'channel_id' => long, 'title' => 'string', 'username' => 'string', 'photo' => Photo];