public static class TdApi.GetUserSupportInfo extends TdApi.Function<TdApi.UserSupportInfo>
Returns UserSupportInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
User identifier.
|
| Constructor and Description |
|---|
GetUserSupportInfo()
Default constructor for a function, which returns support information for the given user; for Telegram support only.
|
GetUserSupportInfo(long userId)
Creates a function, which returns support information for the given user; for Telegram support only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public static final int CONSTRUCTOR
public GetUserSupportInfo()
Returns UserSupportInfo
public GetUserSupportInfo(long userId)
Returns UserSupportInfo
userId - User identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object