Class TdApi.UpdateChatThemes

  • Enclosing class:
    TdApi

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

      • chatThemes

        public TdApi.ChatTheme[] chatThemes
        The new list of chat themes.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - The new list of chat themes.