pub async fn send_reaction(
context: &Context,
msg_id: MsgId,
reaction: &str,
) -> Result<MsgId>Expand description
Sends a reaction to message msg_id, overriding previously sent reactions.
reaction is a string consisting of space-separated emoji. Use
empty string to retract a reaction.