SHARDWIRE
ReferenceAction Models

SetMemberMuteActionPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface SetMemberMuteActionPayload {
	guildId: Snowflake;
	userId: Snowflake;
	mute: boolean;
	reason?: string;
}

Structure

On this page