Raw.MediaAreaChannelPost

Raw.MediaAreaChannelPost

Represents a channel post.

mediaAreaChannelPost#770416af coordinates:MediaAreaCoordinates channel_id:long msg_id:int = MediaArea;
export namespace Raw {
  export class MediaAreaChannelPost {
    constructor(params: {
      coordinates: Raw.TypeMediaAreaCoordinates;
      channelId: bigint;
      msgId: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x770416af

Property

  • coordinates : Raw.TypeMediaAreaCoordinates

    The size and location of the media area corresponding to the location sticker on top of the story media.

  • channelId : bigint

    The channel that posted the message

  • msgId : number

    Id of the channel message