java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageForwarded
- Enclosing class:
- TdApi
A forwarded message.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Options to be used to copy content of the message without reference to the original sender; pass null to forward the message as usual.long
Identifier for the chat this forwarded message came from.boolean
True, if a game message is being shared from a launched game; applies only to game messages.long
Identifier of the message to forward. -
Constructor Summary
ConstructorDescriptionA forwarded message.InputMessageForwarded
(long fromChatId, long messageId, boolean inGameShare, TdApi.MessageCopyOptions copyOptions) A forwarded message.InputMessageForwarded
(DataInput input) A forwarded message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
fromChatId
public long fromChatIdIdentifier for the chat this forwarded message came from. -
messageId
public long messageIdIdentifier of the message to forward. -
copyOptions
Options to be used to copy content of the message without reference to the original sender; pass null to forward the message as usual. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputMessageForwarded
public InputMessageForwarded()A forwarded message. -
InputMessageForwarded
public InputMessageForwarded(long fromChatId, long messageId, boolean inGameShare, TdApi.MessageCopyOptions copyOptions) A forwarded message.- Parameters:
fromChatId
- long Identifier for the chat this forwarded message came from.messageId
- long Identifier of the message to forward.inGameShare
- boolean True, if a game message is being shared from a launched game; applies only to game messages.copyOptions
- MessageCopyOptions Options to be used to copy content of the message without reference to the original sender; pass null to forward the message as usual.
-
InputMessageForwarded
A forwarded message.- 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()
-