Enum slack_messaging::ResponseType
source · pub enum ResponseType {
InChannel,
}Expand description
Objects that can be set to response_type field in Message.
Variants§
InChannel
Sets this if you want to publish a message to the same conversation as the interaction source.
Trait Implementations§
source§impl Clone for ResponseType
impl Clone for ResponseType
source§fn clone(&self) -> ResponseType
fn clone(&self) -> ResponseType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more