Module tdlight.api

Class TdApi.UpdateChatThemes

Enclosing class:
TdApi

public static final class TdApi.UpdateChatThemes extends TdApi.Update
The list of available chat themes has changed.
  • Field Details

  • Constructor Details

    • UpdateChatThemes

      public UpdateChatThemes()
      The list of available chat themes has changed.
    • UpdateChatThemes

      public UpdateChatThemes(TdApi.ChatTheme[] chatThemes)
      The list of available chat themes has changed.
      Parameters:
      chatThemes - ChatTheme[] The new list of chat themes.
    • UpdateChatThemes

      public UpdateChatThemes(DataInput input) throws IOException
      The list of available chat themes has changed.
      Throws:
      IOException
  • Method Details