Raw.RequestedPeerChannel

Raw.RequestedPeerChannel

Info about a channel/supergroup, shared by a user with the currently logged in bot using messages.sendbotrequestedpeer.

requestedPeerChannel#8ba403e4 flags:# channel_id:long title:flags.0?string username:flags.1?string photo:flags.2?Photo = RequestedPeer;
export namespace Raw {
  export class RequestedPeerChannel {
    constructor(params: {
      channelId: bigint;
      title?: string;
      username?: string;
      photo?: Raw.TypePhoto;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x8ba403e4

Property