public static class TdApi.GetRecentlyVisitedTMeUrls extends TdApi.Function
Returns TMeUrls
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
referrer
Google Play referrer to identify the user.
|
Constructor and Description |
---|
GetRecentlyVisitedTMeUrls()
Default constructor for a function, which returns t.me URLs recently visited by a newly registered user.
|
GetRecentlyVisitedTMeUrls(java.lang.String referrer)
Creates a function, which returns t.me URLs recently visited by a newly registered user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String referrer
public static final int CONSTRUCTOR
public GetRecentlyVisitedTMeUrls()
Returns TMeUrls
public GetRecentlyVisitedTMeUrls(java.lang.String referrer)
Returns TMeUrls
referrer
- Google Play referrer to identify the user.public int getConstructor()
getConstructor
in class TdApi.Function