- Enclosing class:
- TdApi
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
-
Constructor Summary
ConstructorDescriptionReturns information about a tg:// deep link.GetDeepLinkInfo
(DataInput input) Returns information about a tg:// deep link.GetDeepLinkInfo
(String link) Returns information about a tg:// deep link. -
Method Summary
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:
-
-
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. ReturnsDeepLinkInfo
-
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. ReturnsDeepLinkInfo
- Parameters:
link
- String The link.
-
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. ReturnsDeepLinkInfo
- 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()
-