pub async fn set_default_reaction_type(
    reaction_type: ReactionType,
    client_id: i32
) -> Result<(), Error>
Expand description

Changes type of default reaction for the current user

Arguments

  • reaction_type - New type of the default reaction
  • client_id - The client id to send the request to