aboutsummaryrefslogtreecommitdiff
path: root/definitions/structs/embed_thumbnail.yml
blob: 932ae18b32f72fcddb65fec3c6ecde68f62d6171 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
name: EmbedThumbnail
description: The dimensions and URL of an embed thumbnail
fields:
  - name: height
    type: u64
  - name: proxy_url
    type: string
  - name: url
    type: string
  - name: width
    type: u64