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
- 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)
* Added custom methods
- getMessageInfo
- getParticipants
- deleteMessages
- toggleGroupInvite
* Implemented method getMessageInfo
* added `views` field and `forwards` field to message
* getChat now resolves the username also for users
* Added custom executable flags
- relative : use relative path for files in local mode
- insecure (not implemented) : allow http connection in non-local mode