Raw.InputPeerChannel
Defines a channel for further interaction.
inputPeerChannel#27bcbbfc channel_id:long access_hash:long = InputPeer;
export namespace Raw {
export class InputPeerChannel {
constructor(params: { channelId: bigint; accessHash: bigint }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0x27bcbbfc
Property
channelId
: bigintChannel identifier
accessHash
: bigintAccessHash value from the channel constructor
Last updated on 2025-04-07T13:34:42.000Z