tdlight-telegram-bot-api/telegram-bot-api
Giuseppe Marino 0624215988
Implemented getParticipants
- method `getParticipants` : `chat_id`, `type`
-- `type` is string, possible values are
    `members`, `parameters`, `admins`, `administators`, `restricted`, 
`banned`, `bots`
-- return type: array of `ChatMember`

- edits to the `ChatMember` type:
-- now the full bot list is returned
-- new `joined_date` field (type integer)
-- new `inviter` field (type User)
2020-11-11 20:09:20 +01:00
..
Client.cpp Implemented getParticipants 2020-11-11 20:09:20 +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