SetChatTheme constructor

const SetChatTheme({
  1. required int chatId,
  2. required String themeName,
})

Changes the chat theme. Supported only in private and secret chats

Implementation

const SetChatTheme({
  required this.chatId,
  required this.themeName,
});