mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
display interaction responses (again)
This commit is contained in:
@@ -217,6 +217,7 @@ void from_json(const nlohmann::json &j, Message &m) {
|
||||
} else
|
||||
m.ReferencedMessage = nullptr;
|
||||
}
|
||||
JS_O("interaction", m.Interaction);
|
||||
}
|
||||
|
||||
void Message::from_json_edited(const nlohmann::json &j) {
|
||||
@@ -242,6 +243,7 @@ void Message::from_json_edited(const nlohmann::json &j) {
|
||||
JS_O("message_reference", MessageReference);
|
||||
JS_O("flags", Flags);
|
||||
JS_O("stickers", Stickers);
|
||||
JS_O("interaction", Interaction);
|
||||
}
|
||||
|
||||
void Message::SetDeleted() {
|
||||
|
||||
Reference in New Issue
Block a user