aboutsummaryrefslogtreecommitdiff
path: root/definitions/structs/embed_video.yml
blob: 7296c854554d7b06b82117b76b66cbb802739eb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
name: EmbedVideo
description: >
  A video information object in an [`Embed`].


    [`Embed`]: struct.Embed.html
fields:
  - name: height
    description: The height of the video.
    type: u64
  - name: url
    description: The source URL of the video.
    type: string
  - name: width
    description: The width of the video.
    type: u64