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 f6b18af5dd - Show all commits

View File

@ -59,7 +59,7 @@ pub struct Button {
name: String, name: String,
} }
#[derive(Serialize, Deserialize, Debug)] #[derive(Serialize, Deserialize, Debug, Clone)]
pub struct BotMessage { pub struct BotMessage {
// buttons: Vec<Button> // buttons: Vec<Button>
buttons: BotFunction, buttons: BotFunction,