ZthreadRemoveMember
Removes a user from the specified thread by their user ID.
Syntax
ZthreadRemoveMember{threadID;userID}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| threadID | snowflake | Yes | - |
| userID | snowflake | Yes | - |
Example
ZthreadRemoveMember{123456789012345678;987654321098765432}