Struct zoom_api::types::ReactMessageRequest [−][src]
pub struct ReactMessageRequest {
pub action: Option<ReactMessageRequestAction>,
pub emoji: String,
pub to_channel: String,
pub to_contact: String,
}Fields
action: Option<ReactMessageRequestAction>The action to perform with the message:
* add — Add an emoji reaction.
* remove — Remove an emoji reaction.
emoji: StringUser’s first name.
to_channel: StringUser’s first name.
to_contact: StringUser’s first name.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ReactMessageRequest
impl Send for ReactMessageRequest
impl Sync for ReactMessageRequest
impl Unpin for ReactMessageRequest
impl UnwindSafe for ReactMessageRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more