public static class TdApi.MessageOriginUser extends TdApi.MessageOrigin
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
senderUserId
Identifier of the user that originally sent the message.
|
| Constructor and Description |
|---|
MessageOriginUser()
The message was originally sent by a known user.
|
MessageOriginUser(long senderUserId)
The message was originally sent by a known user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long senderUserId
public static final int CONSTRUCTOR
public MessageOriginUser()
public MessageOriginUser(long senderUserId)
senderUserId - Identifier of the user that originally sent the message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object