Class TdApi.InputBackgroundRemote

Enclosing class:
TdApi

public static 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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details