Compare commits
2 Commits
7147da0cb5
...
9bc104a0d5
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bc104a0d5 | |||
|
|
31d38fbf48 |
@ -640,6 +640,7 @@ pub struct BotDialog {
|
|||||||
pub commands: HashMap<String, BotMessage>,
|
pub commands: HashMap<String, BotMessage>,
|
||||||
pub buttons: HashMap<String, BotMessage>,
|
pub buttons: HashMap<String, BotMessage>,
|
||||||
stateful_msg_handlers: HashMap<String, BotMessage>,
|
stateful_msg_handlers: HashMap<String, BotMessage>,
|
||||||
|
#[serde(default)]
|
||||||
variants: HashMap<String, HashMap<String, BotMessage>>,
|
variants: HashMap<String, HashMap<String, BotMessage>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user