Add documentation

This commit is contained in:
borovlioff
2024-12-31 19:05:12 +03:00
parent e771059809
commit b0d6c1382b
13 changed files with 681 additions and 16 deletions

View File

@@ -51,8 +51,6 @@ module.exports = function (RED) {
if (offsetDate) {
params.offsetDate = new Date(offsetDate).getTime() / 1000;
}
console.log("🚀 ~ file: iter-messages.js:58 ~ params:", params)
console.log(chatId)
if (chatId[0] === "@") {
peerId = await client.getEntity(chatId);