Is there a way to get the latest message count by providing a chat id? (the bot has access to the chat)
Is there a way to get the latest message count by providing a chat id? (the bot has access to the chat)
I guess maybe look under this object ctx.update.message
You get a timestamp and message ID, which is serial in nature.