Package it.tdlight.jni
Class TdApi.MessageForwardOriginUser
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageForwardOrigin
it.tdlight.jni.TdApi.MessageForwardOriginUser
- Enclosing class:
- TdApi
public static class TdApi.MessageForwardOriginUser extends TdApi.MessageForwardOrigin
The message was originally sent by a known user.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
senderUserId
Identifier of the user that originally sent the message. -
Constructor Summary
Constructors Constructor Description MessageForwardOriginUser()
The message was originally sent by a known user.MessageForwardOriginUser(int senderUserId)
The message was originally sent by a known user.MessageForwardOriginUser(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
senderUserId
public int senderUserIdIdentifier of the user that originally sent the message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageForwardOriginUser
public MessageForwardOriginUser()The message was originally sent by a known user. -
MessageForwardOriginUser
public MessageForwardOriginUser(int senderUserId)The message was originally sent by a known user.- Parameters:
senderUserId
- int Identifier of the user that originally sent the message.
-
MessageForwardOriginUser
- 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()
-