Protocol reference
communities.removeMembers
Removes a list of members from the community
Returns RemovedMembers
Parameters
| Name | Type | Description |
|---|---|---|
community_id | Snowflake<Community> | |
member_ids | repeated Snowflake<User> | |
until | optional fixed64 | Unix timestamp. Zero value results in a permanent ban. |
delete_messages_since | optional fixed64 | Unix timestamp. |
reason | optional string | Optional reason for removal/ban |