blob: 57d75c29091d4f5648d18e000396f92c5e5c8145 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
message_id: u64,
// TODO: Integer OR String
chat_id: ?i64 = null,
allow_sending_without_reply: ?bool = null,
quote: ?[]const u8 = null,
// one of quote_parse_mode or quote_entities
quote_parse_mode: ?[]const u8 = null,
quote_entities: ?[]const u8 = null,
quote_position: ?u64 = null,
|