teleproto - v1.229.0
    Preparing search index...

    Interface InputBotInlineMessageMediaGeoIn

    interface InputBotInlineMessageMediaGeoIn {
        _: "inputBotInlineMessageMediaGeo";
        geoPoint: TypeInputGeoPointIn;
        heading?: number;
        period?: number;
        proximityNotificationRadius?: number;
        replyMarkup?: TypeReplyMarkupIn;
    }
    Index
    _: "inputBotInlineMessageMediaGeo"
    heading?: number
    period?: number
    proximityNotificationRadius?: number
    replyMarkup?: TypeReplyMarkupIn