mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
776 B
776 B
title | description | nav_exclude | image |
---|---|---|---|
inputChannel | Represents a channel | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputChannel
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];