java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageForwardOrigin
it.tdlight.jni.TdApi.MessageForwardOriginChannel
- Enclosing class:
- TdApi
The message was originally a post in a channel.
-
Field Summary
Modifier and TypeFieldDescriptionOriginal post author signature.long
Identifier of the chat from which the message was originally forwarded.static final int
long
Message identifier of the original message. -
Constructor Summary
ConstructorDescriptionThe message was originally a post in a channel.MessageForwardOriginChannel
(long chatId, long messageId, String authorSignature) The message was originally a post in a channel.The message was originally a post in a channel. -
Method Summary
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:
-
-
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
The message was originally a post in a channel.- 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()
-