Raw.InputMediaAreaVenue

Raw.InputMediaAreaVenue

Represents a location tag attached to a story, with additional venue information.

inputMediaAreaVenue#b282217f coordinates:MediaAreaCoordinates query_id:long result_id:string = MediaArea;
export namespace Raw {
  export class InputMediaAreaVenue {
    constructor(params: {
      coordinates: Raw.TypeMediaAreaCoordinates;
      queryId: bigint;
      resultId: string;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xb282217f

Property

  • coordinates : Raw.TypeMediaAreaCoordinates

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

  • queryId : bigint

    The queryId from messages.botresults, see here for more info.

  • resultId : string

    The id of the chosen result, see here for more info.