public static class TdApi.MessageSenderUser extends TdApi.MessageSender
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
Identifier of the user that sent the message.
|
| Constructor and Description |
|---|
MessageSenderUser()
The message was sent by a known user.
|
MessageSenderUser(long userId)
The message was sent by a known user.
|
| 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 MessageSenderUser()
public MessageSenderUser(long userId)
userId - Identifier of the user that sent the message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object