chenbhao commited on
Commit
3d42c7f
·
1 Parent(s): 60084aa

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: Number(chatId),
323
  action,
324
  },
325
  )
 
319
  this.config,
320
  'sendChatAction',
321
  {
322
+ chat_id: chatId,
323
  action,
324
  },
325
  )