public static class TdApi.UserSupportInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
author
Information author.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Information change date.
|
TdApi.FormattedText |
message
Information message.
|
| Constructor and Description |
|---|
UserSupportInfo()
Contains custom information about the user.
|
UserSupportInfo(TdApi.FormattedText message,
java.lang.String author,
int date)
Contains custom information about the user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.FormattedText message
public java.lang.String author
public int date
public static final int CONSTRUCTOR
public UserSupportInfo()
public UserSupportInfo(TdApi.FormattedText message, java.lang.String author, int date)
message - Information message.author - Information author.date - Information change date.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object