java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageForwardOrigin
it.tdlight.jni.TdApi.MessageForwardOriginUser
- Enclosing class:
- TdApi
The message was originally sent by a known user.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the user that originally sent the message. -
Constructor Summary
ConstructorDescriptionThe message was originally sent by a known user.MessageForwardOriginUser
(long senderUserId) The message was originally sent by a known user.The message was originally sent by a known user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
senderUserId
public long senderUserIdIdentifier of the user that originally sent the message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageForwardOriginUser
public MessageForwardOriginUser()The message was originally sent by a known user. -
MessageForwardOriginUser
public MessageForwardOriginUser(long senderUserId) The message was originally sent by a known user.- Parameters:
senderUserId
- long Identifier of the user that originally sent the message.
-
MessageForwardOriginUser
The message was originally sent by a known user.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-