Class TdApi.InputMessageForwarded

    • Field Detail

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

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