mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2025-01-30 05:07:32 +01:00
0624215988
- 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)