summaryrefslogtreecommitdiff
path: root/src/types/AnswerCallbackQueryParams.zig
blob: 875cec102a62c971bc68dd91086ed8feb7bc55ae (plain) (blame)
1
2
3
4
5
callback_query_id: []const u8,
text: ?[]const u8 = null,
show_alert: bool = false,
url: ?[]const u8 = null,
cache_time: u64 = 0,