public static class TdApi.SetUserSupportInfo extends TdApi.Function<TdApi.UserSupportInfo>
Returns UserSupportInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.FormattedText |
message
New information message.
|
long |
userId
User identifier.
|
| Constructor and Description |
|---|
SetUserSupportInfo()
Default constructor for a function, which sets support information for the given user; for Telegram support only.
|
SetUserSupportInfo(long userId,
TdApi.FormattedText message)
Creates a function, which sets 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 TdApi.FormattedText message
public static final int CONSTRUCTOR
public SetUserSupportInfo()
Returns UserSupportInfo
public SetUserSupportInfo(long userId,
TdApi.FormattedText message)
Returns UserSupportInfo
userId - User identifier.message - New information message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object