Package org.drinkless.tdlib
Class TdApi.GetRecentlyVisitedTMeUrls
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetRecentlyVisitedTMeUrls
-
- Enclosing class:
- TdApi
public static class TdApi.GetRecentlyVisitedTMeUrls extends TdApi.Function
Returns t.me URLs recently visited by a newly registered user.Returns
TMeUrls
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringreferrerGoogle Play referrer to identify the user.
-
Constructor Summary
Constructors Constructor Description GetRecentlyVisitedTMeUrls()Default constructor for a function, which returns t.me URLs recently visited by a newly registered user.GetRecentlyVisitedTMeUrls(String referrer)Creates a function, which returns t.me URLs recently visited by a newly registered user.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
referrer
public String referrer
Google Play referrer to identify the user.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetRecentlyVisitedTMeUrls
public GetRecentlyVisitedTMeUrls()
Default constructor for a function, which returns t.me URLs recently visited by a newly registered user.Returns
TMeUrls
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-