(operation) user (user) to/from thread (thread)
Add or remove a user from a thread.
Requires the following blocks to be present in the project: discord login
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
operation | any | ✓ | The operation to perform on this channel (add/remove member). |
user | user | ✓ | The user to add/remove. |
thread | channel | ✓ | The thread to add/remove users from. |
Output
void - This is a statement with no outputs