Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 11, 2024
1 parent f93636c commit a97243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/mtproto-api/workrooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export async function reopenChat(context: Context<"issues.reopened", SupportedEv
pinMessages: true,
untilDate: 0, // forever
}),
peer: chatPeer,
peer: new mtProto.api.InputPeerChat({ chatId: chatPeer.chatId }),
})
);

Expand Down

0 comments on commit a97243d

Please sign in to comment.