Skip to content

Instantly share code, notes, and snippets.

View abirxdhack's full-sized avatar
:electron:
Busy Person

Abir Arafat Chawdhury abirxdhack

:electron:
Busy Person
View GitHub Profile
@abirxdhack
abirxdhack / chatbot.py
Created October 1, 2025 16:08
[ERROR][2025-10-01 14:57:18][chatbot.py:546] Failed to send chat photo for ID -1001438326486: Failed to parse JSON object as TDLib request: Expected Object, but receive Number
from pytdbot import Client, filters, types, utils
import logging
import asyncio
logging.basicConfig(
level=logging.INFO,
format="[%(levelname)s][%(asctime)s][%(filename)s:%(lineno)d] %(message)s",
datefmt='%Y-%m-%d %H:%M:%S'
)