mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
856 B
856 B
title | description | nav_exclude | image |
---|---|---|---|
requestedPeerChannel | requestedPeerChannel attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: requestedPeerChannel
Attributes:
Name | Type | Required |
---|---|---|
channel_id | long | Yes |
title | string | Optional |
username | string | Optional |
photo | Photo | Optional |
Type: RequestedPeer
Example:
$requestedPeerChannel = ['_' => 'requestedPeerChannel', 'channel_id' => long, 'title' => 'string', 'username' => 'string', 'photo' => Photo];