MadelineProto/docs/API_docs/constructors/inputPeerChannel.md

370 B

Constructor: inputPeerChannel

Attributes:

Name Type Required
channel_id int Required
access_hash long Required

Type: InputPeer

Example:

$inputPeerChannel = ['channel_id' => int, 'access_hash' => long, ];