Module tdlight.api

Class TdApi.InputBackgroundPrevious

Enclosing class:
TdApi

public static final class TdApi.InputBackgroundPrevious extends TdApi.InputBackground
A background previously set in the chat; for chat backgrounds only.
  • Field Details

    • messageId

      public long messageId
      Identifier of the message with the background.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InputBackgroundPrevious

      public InputBackgroundPrevious()
      A background previously set in the chat; for chat backgrounds only.
    • InputBackgroundPrevious

      public InputBackgroundPrevious(long messageId)
      A background previously set in the chat; for chat backgrounds only.
      Parameters:
      messageId - long Identifier of the message with the background.
    • InputBackgroundPrevious

      public InputBackgroundPrevious(DataInput input) throws IOException
      A background previously set in the chat; for chat backgrounds only.
      Throws:
      IOException
  • Method Details