muteUser
Silence specific Twitter accounts by muting their tweets in your timeline using userId or username, ensuring a tailored social media experience.
Instructions
Mute a user account to stop seeing their tweets in your timeline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | No | The ID of the user to mute | |
username | No | The username of the user to mute (alternative to userId) |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"description": "The ID of the user to mute",
"type": "string"
},
"username": {
"description": "The username of the user to mute (alternative to userId)",
"type": "string"
}
},
"required": [],
"type": "object"
}