public static class TdApi.MessageForwardOriginUser extends TdApi.MessageForwardOrigin
TdApi.MessageForwardOrigin.Constructors
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 |
---|
MessageForwardOriginUser()
The message was originally sent by a known user.
|
MessageForwardOriginUser(long senderUserId)
The message was originally sent by a known user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long senderUserId
public static final int CONSTRUCTOR
public MessageForwardOriginUser()
public MessageForwardOriginUser(long senderUserId)
senderUserId
- Identifier of the user that originally sent the message.public int getConstructor()
getConstructor
in class TdApi.MessageForwardOrigin