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

843 B

title description nav_exclude image
inputPeerChannel Defines a channel for further interaction. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPeerChannel

Back to constructors index

Defines a channel for further interaction.

Attributes:

Name Type Required Description
channel_id long Yes Channel identifier
access_hash long Yes access_hash value from the channel constructor

Type: InputPeer

Example:

$inputPeerChannel = ['_' => 'inputPeerChannel', 'channel_id' => long, 'access_hash' => long];