SHARDWIRE
ReferenceAction Models

SetMemberDeafActionPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface SetMemberDeafActionPayload {
	guildId: Snowflake;
	userId: Snowflake;
	deaf: boolean;
	reason?: string;
}

Structure

On this page