Skip to main content

get_message_effect

Function get_message_effect 

Source
pub async fn get_message_effect(
    effect_id: i64,
    client_id: i32,
) -> Result<MessageEffect, Error>
Expand description

Returns information about a message effect. Returns a 404 error if the effect is not found

ยงArguments

  • effect_id - Unique identifier of the effect
  • client_id - The client id to send the request to