teleproto - v1.229.0
    Preparing search index...

    Interface MessageMediaGeoLiveIn

    interface MessageMediaGeoLiveIn {
        _: "messageMediaGeoLive";
        geo: TypeGeoPointIn;
        heading?: number;
        period: number;
        proximityNotificationRadius?: number;
    }
    Index
    _: "messageMediaGeoLive"
    heading?: number
    period: number
    proximityNotificationRadius?: number