Package it.tdlight.jni
Class TdApi.GetDeepLinkInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetDeepLinkInfo
- Enclosing class:
- TdApi
public static class TdApi.GetDeepLinkInfo extends TdApi.Function
Returns information about a tg:// deep
link. Use "tg://need_update_for_some_feature"
or "tg:someUnsupportedFeature"
for testing. Returns a 404 error for
unknown links. Can be called before authorization.
Returns DeepLinkInfo
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
link
The link. -
Constructor Summary
Constructors Constructor Description GetDeepLinkInfo()
Returns information about a tg:// deep link.GetDeepLinkInfo(DataInput input)
GetDeepLinkInfo(String link)
Returns information about a tg:// deep link. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
link
The link. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetDeepLinkInfo
public GetDeepLinkInfo()Returns information about a tg:// deep link. Use "tg://need_update_for_some_feature" or "tg:someUnsupportedFeature" for testing. Returns a 404 error for unknown links. Can be called before authorization.Returns
DeepLinkInfo
-
GetDeepLinkInfo
Returns information about a tg:// deep link. Use "tg://need_update_for_some_feature" or "tg:someUnsupportedFeature" for testing. Returns a 404 error for unknown links. Can be called before authorization.Returns
DeepLinkInfo
- Parameters:
link
- String The link.
-
GetDeepLinkInfo
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-