derive clone on BoMessage

This commit is contained in:
Akulij 2025-05-20 00:38:29 +05:00
parent 22ab941ed8
commit f6b18af5dd

View File

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