public static class TdApi.GetLocalizationTargetInfo extends TdApi.Function
Returns LocalizationTargetInfo
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
onlyLocal
If true, returns only locally available information without sending network requests.
|
Constructor and Description |
---|
GetLocalizationTargetInfo()
Default constructor for a function, which returns information about the current localization target.
|
GetLocalizationTargetInfo(boolean onlyLocal)
Creates a function, which returns information about the current localization target.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean onlyLocal
public static final int CONSTRUCTOR
public GetLocalizationTargetInfo()
Returns LocalizationTargetInfo
public GetLocalizationTargetInfo(boolean onlyLocal)
Returns LocalizationTargetInfo
onlyLocal
- If true, returns only locally available information without sending network requests.public int getConstructor()
getConstructor
in class TdApi.Function