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