Module tdlight.api

Class TdApi.UpdateSelectedBackground

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateSelectedBackground
Enclosing class:
TdApi

public static final class TdApi.UpdateSelectedBackground extends TdApi.Update
The selected background has changed.
  • Field Details

    • forDarkTheme

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

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

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateSelectedBackground

      public UpdateSelectedBackground()
      The selected background has changed.
    • UpdateSelectedBackground

      public UpdateSelectedBackground(boolean forDarkTheme, TdApi.Background background)
      The selected background has changed.
      Parameters:
      forDarkTheme - boolean True, if background for dark theme has changed.
      background - Background The new selected background; may be null.
    • UpdateSelectedBackground

      public UpdateSelectedBackground(DataInput input) throws IOException
      The selected background has changed.
      Throws:
      IOException
  • Method Details