SetChatTheme constructor

SetChatTheme({
  1. required int chatId,
  2. InputChatTheme? theme,
})

Implementation

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