fix: rm Number(chatId) and use string save data project beyond chatId range
Browse files
src/services/telegram/TelegramService.ts
CHANGED
|
@@ -319,7 +319,7 @@ class TelegramService {
|
|
| 319 |
this.config,
|
| 320 |
'sendChatAction',
|
| 321 |
{
|
| 322 |
-
chat_id:
|
| 323 |
action,
|
| 324 |
},
|
| 325 |
)
|
|
|
|
| 319 |
this.config,
|
| 320 |
'sendChatAction',
|
| 321 |
{
|
| 322 |
+
chat_id: chatId,
|
| 323 |
action,
|
| 324 |
},
|
| 325 |
)
|