MadelineProtoDocs/docs/API_docs/constructors/requestedPeerChannel.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];