- Update TDLib to 1.8.13 (tdlib/td17e120d).
- Added [`call_method`](https://github.com/pytdbot/client/blob/0a4e8d79b5238a62e54a015d986cca04b02097d2/pytdbot/client.py#L412) to `Client`.
- Added `getChatMember` to `types.Update`.
- Added `answerCallbackQuery` to `types.Update`.
- Added `has_spoiler` to `sendPhoto`, `sendVideo`, `sendAnimation` methods.
- Added `remote_unique_id` to `types.Update`.
- Rename `ttl` to `self_destruct_time` in `sendPhoto`, `sendVideo` methods.
- Minor fixes and improvements.