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

776 B

title description nav_exclude image
inputChannel Represents a channel true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputChannel

Back to constructors index

Represents a channel

Attributes:

Name Type Required Description
channel_id long Yes Channel ID
access_hash long Yes Access hash taken from the channel constructor

Type: InputChannel

Example:

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