create RunnerConfig.get_callback_message
This commit is contained in:
parent
fdf1e352a6
commit
474795bd99
@ -592,6 +592,12 @@ impl RunnerConfig {
|
|||||||
|
|
||||||
bm.map(|bm| bm.fill_literal(command.to_string()))
|
bm.map(|bm| bm.fill_literal(command.to_string()))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn get_callback_message(&self, callback: &str) -> Option<BotMessage> {
|
||||||
|
let bm = self.dialog.buttons.get(callback).cloned();
|
||||||
|
|
||||||
|
bm.map(|bm| bm.fill_literal(callback.to_string()))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Parcelable<BotFunction> for RunnerConfig {
|
impl Parcelable<BotFunction> for RunnerConfig {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user