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