Module tdlight.api

Class TdApi.InputBackgroundRemote

Enclosing class:
TdApi

public static final class TdApi.InputBackgroundRemote extends TdApi.InputBackground
A background from the server.
  • Field Details

    • backgroundId

      public long backgroundId
      The background identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InputBackgroundRemote

      public InputBackgroundRemote()
      A background from the server.
    • InputBackgroundRemote

      public InputBackgroundRemote(long backgroundId)
      A background from the server.
      Parameters:
      backgroundId - long The background identifier.
    • InputBackgroundRemote

      public InputBackgroundRemote(DataInput input) throws IOException
      A background from the server.
      Throws:
      IOException
  • Method Details