summaryrefslogtreecommitdiff
path: root/src/types/InlineKeyboardMarkup.zig
blob: 388d4fc07b163d26f39cbc51d389c615ef5eda34 (plain) (blame)
1
2
3
const InlineKeyboardButton = @import("InlineKeyboardButton.zig");

inline_keyboard: [][]InlineKeyboardButton,