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