Video API, gRPC: ThumbnailService.Get
Статья создана
Обновлена 26 ноября 2024 г.
Returns the specific thumbnail.
gRPC request
rpc Get (GetThumbnailRequest) returns (Thumbnail)
GetThumbnailRequest
{
"thumbnail_id": "string"
}
Field |
Description |
thumbnail_id |
string Required field. ID of the thumbnail. |
Thumbnail
{
"id": "string",
"channel_id": "string",
"created_at": "google.protobuf.Timestamp"
}
Field |
Description |
id |
string ID of the thumbnail. |
channel_id |
string ID of the channel where the thumbnail was created. |
created_at |
Time when thumbnail was created. |