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.
    • 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
      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

      public InputMessageForwarded(DataInput input) throws IOException
      A forwarded message.
      Throws:
      IOException
  • Method Details