public static class TdApi.GetRecentlyVisitedTMeUrls extends TdApi.Function<TdApi.TMeUrls>
Returns TMeUrls
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object