Instant message #24

Merged
phoenix merged 14 commits from instant_message into alot_of_changes 2026-06-20 20:07:19 -04:00
Showing only changes of commit d7905cb0ee - Show all commits
+2
View File
@@ -33,6 +33,8 @@ pub mod endpoints {
"/api/v1/schedule/message/event/response/record";
/// Constant for getting Message Event Response endpoint
pub const GET_MESSAGE_EVENT_RESPONSE: &str = "/api/v1/schedule/message/event/response";
/// Constant for sending a message instantly. No scheduling
pub const INSTANT_MESSAGE: &str = "/api/v1/instant/message";
}
pub mod response {