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