From c70ffd095a6de5cd5b872796a0d82a8c5afc1511 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jul 2024 17:22:25 +0300 Subject: Initial commit --- src/types/LinkPreviewOptions.zig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/types/LinkPreviewOptions.zig (limited to 'src/types/LinkPreviewOptions.zig') diff --git a/src/types/LinkPreviewOptions.zig b/src/types/LinkPreviewOptions.zig new file mode 100644 index 0000000..c8258e7 --- /dev/null +++ b/src/types/LinkPreviewOptions.zig @@ -0,0 +1,5 @@ +is_disabled: ?bool = null, +url: ?[]const u8 = null, +prefer_small_media: ?bool = null, +prefer_large_media: ?bool = null, +show_above_text: ?bool = null, -- cgit v1.2.3