ReferenceAction Models
RemoveMemberTimeoutActionPayload
Reference for `RemoveMemberTimeoutActionPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for RemoveMemberTimeoutActionPayload, exported as part of the public Shardwire surface.
Signature
export interface RemoveMemberTimeoutActionPayload {
guildId: Snowflake;
userId: Snowflake;
reason?: string;
}