migration to JS engine #1

Merged
akulij merged 131 commits from dev into main 2025-05-31 08:49:52 +00:00
Showing only changes of commit d1b25b52c1 - Show all commits

View File

@ -228,7 +228,7 @@ pub struct Button {
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct BotMessage {
// buttons: Vec<Button>
buttons: Option<BotFunction>,
buttons: Option<KeyboardDefinition>,
state: Option<String>,
handler: Option<BotFunction>,