Skip to main content

react_remove

Function react_remove 

Source
pub async fn react_remove(
    client: &ApiClient,
    channel: String,
    timestamp: String,
    name: String,
    yes: bool,
    non_interactive: bool,
) -> Result<ApiResponse, ApiError>
Expand description

Remove a reaction from a message

§Arguments

  • client - API client
  • channel - Channel ID
  • timestamp - Message timestamp
  • name - Emoji name (without colons, e.g., “thumbsup”)
  • yes - Skip confirmation prompt
  • non_interactive - Whether running in non-interactive mode

§Returns

  • Ok(ApiResponse) with removal confirmation
  • Err(ApiError) if the operation fails