Raw.BotInlineMessageMediaGeo

Raw.BotInlineMessageMediaGeo

Send a geolocation

botInlineMessageMediaGeo#51846fd flags:# geo:GeoPoint heading:flags.0?int period:flags.1?int proximity_notification_radius:flags.3?int reply_markup:flags.2?ReplyMarkup = BotInlineMessage;
export namespace Raw {
  export class BotInlineMessageMediaGeo {
    constructor(params: {
      geo: Raw.TypeGeoPoint;
      heading?: number;
      period?: number;
      proximityNotificationRadius?: number;
      replyMarkup?: Raw.TypeReplyMarkup;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x51846fd

Property