summaryrefslogtreecommitdiff
path: root/src/types/ReplyParameters.zig
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-07-20 17:22:25 +0300
committerGravatar Uko Kokņevičs2024-07-20 17:22:25 +0300
commitc70ffd095a6de5cd5b872796a0d82a8c5afc1511 (patch)
tree56183274b05a294e357bad4d06b523472a1c4a4a /src/types/ReplyParameters.zig
downloadukkobot-c70ffd095a6de5cd5b872796a0d82a8c5afc1511.tar.gz
ukkobot-c70ffd095a6de5cd5b872796a0d82a8c5afc1511.tar.xz
ukkobot-c70ffd095a6de5cd5b872796a0d82a8c5afc1511.zip
Initial commit
Diffstat (limited to 'src/types/ReplyParameters.zig')
-rw-r--r--src/types/ReplyParameters.zig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/types/ReplyParameters.zig b/src/types/ReplyParameters.zig
new file mode 100644
index 0000000..57d75c2
--- /dev/null
+++ b/src/types/ReplyParameters.zig
@@ -0,0 +1,9 @@
1message_id: u64,
2// TODO: Integer OR String
3chat_id: ?i64 = null,
4allow_sending_without_reply: ?bool = null,
5quote: ?[]const u8 = null,
6// one of quote_parse_mode or quote_entities
7quote_parse_mode: ?[]const u8 = null,
8quote_entities: ?[]const u8 = null,
9quote_position: ?u64 = null,