pub trait MessageResponse {
// Required method
fn as_message(self) -> CreateMessageOptions;
}Expand description
Represents different types that can be sent to the Discord API.
pub trait MessageResponse {
// Required method
fn as_message(self) -> CreateMessageOptions;
}Represents different types that can be sent to the Discord API.