Class TdApi.SetDefaultBackground

Enclosing class:
TdApi

public static class TdApi.SetDefaultBackground extends TdApi.Function<TdApi.Background>
Sets default background for chats; adds the background to the list of installed backgrounds.

Returns Background

  • Field Details

    • background

      public TdApi.InputBackground background
      The input background to use; pass null to create a new filled background.
    • type

      public TdApi.BackgroundType type
      Background type; pass null to use the default type of the remote background; backgroundTypeChatTheme isn't supported.
    • forDarkTheme

      public boolean forDarkTheme
      Pass true if the background is set for a dark theme.
    • CONSTRUCTOR

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

    • SetDefaultBackground

      public SetDefaultBackground()
      Default constructor for a function, which sets default background for chats; adds the background to the list of installed backgrounds.

      Returns Background

    • SetDefaultBackground

      public SetDefaultBackground(TdApi.InputBackground background, TdApi.BackgroundType type, boolean forDarkTheme)
      Creates a function, which sets default background for chats; adds the background to the list of installed backgrounds.

      Returns Background

      Parameters:
      background - The input background to use; pass null to create a new filled background.
      type - Background type; pass null to use the default type of the remote background; backgroundTypeChatTheme isn't supported.
      forDarkTheme - Pass true if the background is set for a dark theme.
  • 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