Adding constant for endpoint
Rust Build / Test Suite (pull_request) Successful in 42s
Rust Build / Rustfmt (pull_request) Successful in 43s

This commit is contained in:
2026-06-20 15:25:51 -04:00
parent 44b07c22d9
commit d7905cb0ee
+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 {