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.TypeMediaAreaCoordinatesThe size and location of the media area corresponding to the location sticker on top of the story media.
queryId
: bigintThe queryId from messages.botresults, see here for more info.
resultId
: stringThe id of the chosen result, see here for more info.