Class TdApi.UpdateDefaultBackground

Enclosing class:
TdApi

public static class TdApi.UpdateDefaultBackground extends TdApi.Update
The default background has changed.
  • Field Details

    • forDarkTheme

      public boolean forDarkTheme
      True, if default background for dark theme has changed.
    • background

      public TdApi.Background background
      The new default background; may be null.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateDefaultBackground

      public UpdateDefaultBackground()
      The default background has changed.
    • UpdateDefaultBackground

      public UpdateDefaultBackground(boolean forDarkTheme, TdApi.Background background)
      The default background has changed.
      Parameters:
      forDarkTheme - True, if default background for dark theme has changed.
      background - The new default background; may be null.
  • 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