tdlight-telegram-bot-api/telegram-bot-api
Giuseppe Marino cb7dcb5c0b
Implemented deleteMessages method
parameters:
- chat_id the chat_id of the supergroup or channel
- start first message id to delete
- end last message id to delete
the method will always return `true` as a result, even if the messages 
cannot be deleted
this method does not work on private chat or normal groups
it is not suggested to delete more than 200 messages per call
2020-11-11 20:09:21 +01:00
..
Client.cpp Implemented deleteMessages method 2020-11-11 20:09:21 +01:00
Client.h Custom methods 2020-11-10 16:14:44 +01:00
ClientManager.cpp Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
ClientManager.h Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
ClientParameters.h Custom methods 2020-11-10 16:14:44 +01:00
HttpConnection.cpp Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
HttpConnection.h Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
HttpServer.h Add http-ip-address and http-stat-ip-address options. 2020-11-10 02:15:40 +03:00
HttpStatConnection.cpp Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
HttpStatConnection.h Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
Query.cpp Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
Query.h Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
Stats.cpp Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
Stats.h Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00
telegram-bot-api.cpp Add custom methods 2020-11-10 16:37:01 +01:00
WebhookActor.cpp allow insecure connections (Cherry pick) 2020-11-11 20:09:17 +01:00
WebhookActor.h Telegram Bot APi server initial commit. 2020-11-03 19:34:10 +03:00