Module tdlight.api

Class TdApi.InputMessageForwarded

Enclosing class:
TdApi

public static final class TdApi.InputMessageForwarded extends TdApi.InputMessageContent
A forwarded message.
  • Field Details

    • fromChatId

      public long fromChatId
      Identifier for the chat this forwarded message came from.
    • messageId

      public long messageId
      Identifier of the message to forward. A message can be forwarded only if message.canBeForwarded.
    • inGameShare

      public boolean inGameShare
      True, if a game message is being shared from a launched game; applies only to game messages.
    • copyOptions

      public TdApi.MessageCopyOptions 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
      Identifier uniquely determining type of the object.
      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 - Identifier for the chat this forwarded message came from.
      messageId - Identifier of the message to forward. A message can be forwarded only if message.canBeForwarded.
      inGameShare - True, if a game message is being shared from a launched game; applies only to game messages.
      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.
    • InputMessageForwarded

      public InputMessageForwarded(DataInput input) throws IOException
      A forwarded message.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object