Interface GetLocalizationTargetInfo

Returns information about the current localization target. This is an offline request if only_local is true. Can be called before authorization. Request type for Tdjson#getLocalizationTargetInfo.

interface GetLocalizationTargetInfo {
    @type: "getLocalizationTargetInfo";
    only_local?: boolean;
}

Properties

Properties

@type: "getLocalizationTargetInfo"
only_local?: boolean

Pass true to get only locally available information without sending network requests.