summaryrefslogtreecommitdiff
path: root/src/types/LinkPreviewOptions.zig
blob: c8258e76212951d9bfed9144ed5a916e0b67d78b (plain) (blame)
1
2
3
4
5
is_disabled: ?bool = null,
url: ?[]const u8 = null,
prefer_small_media: ?bool = null,
prefer_large_media: ?bool = null,
show_above_text: ?bool = null,