Chat List: Mark unread messages from bot as read (#3137)

This commit is contained in:
Alexander Zinchuk 2023-05-03 20:20:57 +04:00
parent a5a3a86953
commit 268b4538d0

View File

@ -799,7 +799,7 @@ export async function sendMessageAction({
} }
export async function markMessageListRead({ export async function markMessageListRead({
chat, threadId, maxId = -1, chat, threadId, maxId = 0,
}: { }: {
chat: ApiChat; threadId: number; maxId?: number; chat: ApiChat; threadId: number; maxId?: number;
}) { }) {