Add uploaded field.

This commit is contained in:
FireMasterK 2022-02-15 07:28:32 +00:00
parent f9be9522e9
commit 4ab4098c9a
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
3 changed files with 33 additions and 3 deletions

View file

@ -11,6 +11,7 @@ Name | Type | Description | Notes
**duration** | **int** | The duration of the video in seconds. |
**thumbnail** | **String** | The thumbnail of the video. |
**title** | **String** | The title of the video. |
**uploaded** | **int** | The date in unix epoch the video was uploaded. | [optional]
**uploadedDate** | **String** | The relative date the video was uploaded on. | [optional]
**uploaderAvatar** | **String** | The avatar of the channel of the video. | [optional]
**uploaderName** | **String** | The name of the channel of the video. | [optional]