Adding constant for endpoint
This commit is contained in:
@@ -33,6 +33,8 @@ pub mod endpoints {
|
|||||||
"/api/v1/schedule/message/event/response/record";
|
"/api/v1/schedule/message/event/response/record";
|
||||||
/// Constant for getting Message Event Response endpoint
|
/// Constant for getting Message Event Response endpoint
|
||||||
pub const GET_MESSAGE_EVENT_RESPONSE: &str = "/api/v1/schedule/message/event/response";
|
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 {
|
pub mod response {
|
||||||
|
|||||||
Reference in New Issue
Block a user