SetChatTheme constructor
SetChatTheme({
- required int chatId,
- InputChatTheme? theme,
Implementation
SetChatTheme({required this.chatId, this.theme});
SetChatTheme({required this.chatId, this.theme});