ZeN220
ZeN220
Некоторые методы при определенных параметрах могут возвращать разные ответы, например, `messages.send`: ```json "responses": { "response": { "$ref": "../messages/responses.json#/definitions/messages_send_response" }, "userIdsResponse": { "$ref": "../messages/responses.json#/definitions/messages_send_user_ids_response" } } ``` в документации такие случаи...
For example, schema of `notifications_notification_parent` object refers to `wall_wallpost_to_id`, `photos_photo`, `board_topic` & `video_video`. But this objects have a field "comments", which in each of objects has a diffirent type of:...
in [documentation section about docker](https://rye-up.com/guide/docker/#dockerfile-adjustments) `Container from a Python Package` written: > If your code is an installable package, it's recommended that you first build it, then install it inside...