Class TdApi.InputMessageForwarded

Enclosing class:
TdApi

public static 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 messageProperties.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 messageProperties.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.
  • 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