Package it.tdlight.jni
Class TdApi.InputMessageForwarded
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageForwarded
- Enclosing class:
- TdApi
public static class TdApi.InputMessageForwarded extends TdApi.InputMessageContent
A forwarded message.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.MessageCopyOptions
copyOptions
Options to be used to copy content of the message without a link to the original message.long
fromChatId
Identifier for the chat this forwarded message came from.boolean
inGameShare
True, if a game message should be shared within a launched game; applies only to game messages.long
messageId
Identifier of the message to forward. -
Constructor Summary
Constructors Constructor Description InputMessageForwarded()
A forwarded message.InputMessageForwarded(long fromChatId, long messageId, boolean inGameShare, TdApi.MessageCopyOptions copyOptions)
A forwarded message.InputMessageForwarded(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
-
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 a link to the original message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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 should be shared within a launched game; applies only to game messages.copyOptions
- MessageCopyOptions Options to be used to copy content of the message without a link to the original message.
-
InputMessageForwarded
- 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()
-