mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-12 11:15:07 +02:00
915 B
915 B
sidebar_position |
---|
10 |
Upload video to server
Uploads video to the group for further use
Function UploadVideoToServer(Val Video, Val Name, Val Description = "", Val Album = "", Val Parameters = "") Export
Parameter | CLI option | Type | Destination |
---|---|---|---|
Video | --file | String, BinaryData | Video file |
Name | --title | String | Video name |
Description | --description | String | Video description |
Album | --album | String | Album ID, if necessary |
Parameters | --auth | Structure Of String | Authorization JSON or path to .json |
Returns: Key-Value Pair - Serialized JSON response from VK
oint vk UploadVideoToServer --file %file% --title %title% --description %description% --album %album% --auth %auth%