Package it.tdlight.jni
Class TdApi.MessageForwardOriginMessageImport
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageForwardOrigin
it.tdlight.jni.TdApi.MessageForwardOriginMessageImport
- Enclosing class:
- TdApi
public static class TdApi.MessageForwardOriginMessageImport extends TdApi.MessageForwardOrigin
The message was imported from an
exported message history.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
senderName
Name of the sender. -
Constructor Summary
Constructors Constructor Description MessageForwardOriginMessageImport()
The message was imported from an exported message history.MessageForwardOriginMessageImport(DataInput input)
MessageForwardOriginMessageImport(String senderName)
The message was imported from an exported message history. -
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
-
senderName
Name of the sender. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageForwardOriginMessageImport
public MessageForwardOriginMessageImport()The message was imported from an exported message history. -
MessageForwardOriginMessageImport
The message was imported from an exported message history.- Parameters:
senderName
- String Name of the sender.
-
MessageForwardOriginMessageImport
- 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()
-