Class TdApi.UpdateSelectedBackground

  • Enclosing class:
    TdApi

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

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateSelectedBackground

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

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