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 1730107e9a - Show all commits

View File

@ -455,6 +455,10 @@ impl BotMessage {
None => Ok(None), None => Ok(None),
} }
} }
pub fn literal(&self) -> Option<&String> {
self.literal.as_ref()
}
} }
pub enum ButtonLayout { pub enum ButtonLayout {