diff --git a/src/api/gramjs/methods/chats.ts b/src/api/gramjs/methods/chats.ts index eedc0f187..eae6b4c48 100644 --- a/src/api/gramjs/methods/chats.ts +++ b/src/api/gramjs/methods/chats.ts @@ -679,8 +679,8 @@ async function getFullChannelInfo( if (linkedChat) { onUpdate({ '@type': 'updateChat', - id: chat.id, - chat, + id: linkedChat.id, + chat: linkedChat, }); } }