Telegram bot get message count (last message id)

Viewed 36

Is there a way to get the latest message count by providing a chat id? (the bot has access to the chat)

1 Answers

I guess maybe look under this object ctx.update.message You get a timestamp and message ID, which is serial in nature.

Related