pub async fn react_add(
client: &ApiClient,
channel: String,
timestamp: String,
name: String,
yes: bool,
non_interactive: bool,
) -> Result<ApiResponse, ApiError>Expand description
Add a reaction to a message
§Arguments
client- API clientchannel- Channel IDtimestamp- Message timestampname- Emoji name (without colons, e.g., “thumbsup”)yes- Skip confirmation promptnon_interactive- Whether running in non-interactive mode
§Returns
Ok(ApiResponse)with reaction confirmationErr(ApiError)if the operation fails