UpdateChatTheme constructor

UpdateChatTheme({
  1. required int chatId,
  2. ChatTheme? theme,
})

Implementation

UpdateChatTheme({required this.chatId, this.theme});