summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-09-17 05:29:23 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-09-17 05:29:23 +0700
commita5e3fc915aace81b68c781d69042a2a8822dac85 (patch)
tree3cd50f52e2d29f875492edd0f624d33671a5c35d
parent6791235591714e4ac45a6729409716bcba9e8fea (diff)
<Miqdad> fix group chat id tele
-rw-r--r--indoteknik_custom/models/sj_tele.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sj_tele.py b/indoteknik_custom/models/sj_tele.py
index 029adcbe..d44aa338 100644
--- a/indoteknik_custom/models/sj_tele.py
+++ b/indoteknik_custom/models/sj_tele.py
@@ -47,7 +47,7 @@ class SjTele(models.Model):
def woi(self):
bot_mqdd = '8203414501:AAHy_XwiUAVrgRM2EJzW7sZx9npRLITZpb8'
- chat_id_mqdd = '-4885333032'
+ chat_id_mqdd = '-1003087280519'
api_base = f'https://api.telegram.org/bot{bot_mqdd}'
data = self.search([], order='create_date asc', limit=15)