(cid: number)
| 506 | try { |
| 507 | const chatId = getChatId(message); |
| 508 | if (!chatId || chatId === 0) return; |
| 509 | |
| 510 | const aliasId = keywordAlias.get(chatId); |
| 511 | if (aliasId) { |
| 512 | const aliasTasks = this.getTasksForChat(aliasId); |
| 513 | for (const task of aliasTasks) { |