feature: variants #22

Merged
akulij merged 19 commits from dev into main 2025-06-05 20:53:03 +00:00
Showing only changes of commit 6d017b1993 - Show all commits

View File

@ -501,6 +501,7 @@ pub struct BotMessage {
/// flag options to command is meta, so it will be appended to user.metas in db
meta: Option<bool>,
#[serde(default)]
variants: Vec<MessageVariant>,
handler: Option<BotFunction>,