We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbaf84 commit c66844cCopy full SHA for c66844c
example/java/org/drinkless/tdlib/example/Example.java
@@ -568,7 +568,7 @@ public void onResult(TdApi.Object object) {
568
TdApi.UpdateChatTheme updateChat = (TdApi.UpdateChatTheme) object;
569
TdApi.Chat chat = chats.get(updateChat.chatId);
570
synchronized (chat) {
571
- chat.themeName = updateChat.themeName;
+ chat.theme = updateChat.theme;
572
}
573
break;
574
0 commit comments