SHARDWIRE
ReferenceAction Models

RemoveMemberRoleActionPayload

Reference for `RemoveMemberRoleActionPayload`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for RemoveMemberRoleActionPayload, exported as part of the public Shardwire surface.

Signature

export interface RemoveMemberRoleActionPayload {
	guildId: Snowflake;
	userId: Snowflake;
	roleId: Snowflake;
	reason?: string;
}

Structure

On this page