So, when i try to
await bot.get_messages(CHAT_ID, MESSAGE_ID)
i get OverflowError: int too big to convert
.
Both CHAT_ID and MESSAGE_ID are int
.
Any ideas?
Expected
await app.get_messages(CHAT_ID, MESSAGE_ID)
returns types.Message
So, when i try to
await bot.get_messages(CHAT_ID, MESSAGE_ID)
i get OverflowError: int too big to convert
.
Both CHAT_ID and MESSAGE_ID are int
.
Any ideas?
await app.get_messages(CHAT_ID, MESSAGE_ID)
returns types.Message