Module tdlight.api

Class TdApi.SetChatBackground

Enclosing class:
TdApi

public static final class TdApi.SetChatBackground extends TdApi.Function<TdApi.Ok>
Changes the background in a specific chat. Supported only in private and secret chats with non-deleted users. Returns Ok
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • background

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

      public TdApi.BackgroundType type
      Background type; pass null to remove the current background.
    • darkThemeDimming

      public int darkThemeDimming
      Dimming of the background in dark themes, as a percentage; 0-100.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SetChatBackground

      public SetChatBackground()
      Changes the background in a specific chat. Supported only in private and secret chats with non-deleted users. Returns Ok
    • SetChatBackground

      public SetChatBackground(long chatId, TdApi.InputBackground background, TdApi.BackgroundType type, int darkThemeDimming)
      Changes the background in a specific chat. Supported only in private and secret chats with non-deleted users. Returns Ok
      Parameters:
      chatId - long Chat identifier.
      background - InputBackground The input background to use; pass null to create a new filled background or to remove the current background.
      type - BackgroundType Background type; pass null to remove the current background.
      darkThemeDimming - int Dimming of the background in dark themes, as a percentage; 0-100.
    • SetChatBackground

      public SetChatBackground(DataInput input) throws IOException
      Changes the background in a specific chat. Supported only in private and secret chats with non-deleted users. Returns Ok
      Throws:
      IOException
  • Method Details