public static class TdApi.MessageSenderUser extends TdApi.MessageSender
TdApi.MessageSender.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.MessageSender