Raw.InputBotInlineMessageMediaGeo

Raw.InputBotInlineMessageMediaGeo

Geolocation

inputBotInlineMessageMediaGeo#96929a85 flags:# geo_point:InputGeoPoint heading:flags.0?int period:flags.1?int proximity_notification_radius:flags.3?int reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;
export namespace Raw {
  export class InputBotInlineMessageMediaGeo {
    constructor(params: {
      geoPoint: Raw.TypeInputGeoPoint;
      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: 0x96929a85

Property