diff --git a/src/api/gramjs/methods/messages.ts b/src/api/gramjs/methods/messages.ts index 204299a1b..fb6af6949 100644 --- a/src/api/gramjs/methods/messages.ts +++ b/src/api/gramjs/methods/messages.ts @@ -799,7 +799,7 @@ export async function sendMessageAction({ } export async function markMessageListRead({ - chat, threadId, maxId = -1, + chat, threadId, maxId = 0, }: { chat: ApiChat; threadId: number; maxId?: number; }) {