Package org.drinkless.tdlib
Class TdApi.GetLocalizationTargetInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.LocalizationTargetInfo>
org.drinkless.tdlib.TdApi.GetLocalizationTargetInfo
- Enclosing class:
- TdApi
public static class TdApi.GetLocalizationTargetInfo
extends TdApi.Function<TdApi.LocalizationTargetInfo>
Returns information about the current localization target. This is an offline method if onlyLocal is true. Can be called before authorization.
Returns LocalizationTargetInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanPass true to get only locally available information without sending network requests. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
onlyLocal
public boolean onlyLocalPass true to get only locally available information without sending network requests. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetLocalizationTargetInfo
public GetLocalizationTargetInfo()Default constructor for a function, which returns information about the current localization target. This is an offline method if onlyLocal is true. Can be called before authorization.Returns
LocalizationTargetInfo -
GetLocalizationTargetInfo
public GetLocalizationTargetInfo(boolean onlyLocal) Creates a function, which returns information about the current localization target. This is an offline method if onlyLocal is true. Can be called before authorization.Returns
LocalizationTargetInfo- Parameters:
onlyLocal- Pass true to get only locally available information without sending network requests.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-