Home > Blockchain >  Telegram get messages history
Telegram get messages history

Time:01-12

Telegram In Dart or http request

How to get group all messages by using dart or http

Note that I have my bot token and I wanna use it in dart ("No another Languages") or http

CodePudding user response:

Currently you can't get old messages from a group with the Bots API.

You can save every message in a database for a later use, but old messages are not accessible. The only way is by using the client API.

  •  Tags:  
  • Related