derive clone on BoMessage
This commit is contained in:
parent
22ab941ed8
commit
f6b18af5dd
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user