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 effectclient_id- The client id to send the request to