mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
843 B
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
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];