Added support for random media
This commit is contained in:
parent
ce6363cb98
commit
39b9c365fb
@ -27,6 +27,9 @@ from photosapi_client.api.default.photo_get_photos_id_get import asyncio as phot
|
|||||||
from photosapi_client.api.default.photo_patch_photos_id_patch import (
|
from photosapi_client.api.default.photo_patch_photos_id_patch import (
|
||||||
asyncio as photo_patch,
|
asyncio as photo_patch,
|
||||||
)
|
)
|
||||||
|
from photosapi_client.api.default.photo_random_albums_album_photos_random_get import (
|
||||||
|
asyncio as photo_random,
|
||||||
|
)
|
||||||
from photosapi_client.api.default.photo_upload_albums_album_photos_post import (
|
from photosapi_client.api.default.photo_upload_albums_album_photos_post import (
|
||||||
asyncio_detailed as photo_upload,
|
asyncio_detailed as photo_upload,
|
||||||
)
|
)
|
||||||
@ -39,6 +42,9 @@ from photosapi_client.api.default.video_get_videos_id_get import asyncio as vide
|
|||||||
from photosapi_client.api.default.video_patch_videos_id_patch import (
|
from photosapi_client.api.default.video_patch_videos_id_patch import (
|
||||||
asyncio as video_patch,
|
asyncio as video_patch,
|
||||||
)
|
)
|
||||||
|
from photosapi_client.api.default.video_random_albums_album_videos_random_get import (
|
||||||
|
asyncio as video_random,
|
||||||
|
)
|
||||||
from photosapi_client.api.default.video_upload_albums_album_videos_post import (
|
from photosapi_client.api.default.video_upload_albums_album_videos_post import (
|
||||||
asyncio as video_upload,
|
asyncio as video_upload,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user