Package it.tdlight.jni
Class TdApi.MessageForwardOriginChannel
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageForwardOrigin
it.tdlight.jni.TdApi.MessageForwardOriginChannel
- Enclosing class:
- TdApi
public static class TdApi.MessageForwardOriginChannel extends TdApi.MessageForwardOrigin
The message was originally a post in a channel.
-
Field Summary
Fields Modifier and Type Field Description String
authorSignature
Original post author signature.long
chatId
Identifier of the chat from which the message was originally forwarded.static int
CONSTRUCTOR
long
messageId
Message identifier of the original message. -
Constructor Summary
Constructors Constructor Description MessageForwardOriginChannel()
The message was originally a post in a channel.MessageForwardOriginChannel(long chatId, long messageId, String authorSignature)
The message was originally a post in a channel.MessageForwardOriginChannel(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
-
chatId
public long chatIdIdentifier of the chat from which the message was originally forwarded. -
messageId
public long messageIdMessage identifier of the original message. -
authorSignature
Original post author signature. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageForwardOriginChannel
public MessageForwardOriginChannel()The message was originally a post in a channel. -
MessageForwardOriginChannel
The message was originally a post in a channel.- Parameters:
chatId
- long Identifier of the chat from which the message was originally forwarded.messageId
- long Message identifier of the original message.authorSignature
- String Original post author signature.
-
MessageForwardOriginChannel
- 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()
-