Skip to content

feat: guest invites #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: guest invites #1290

wants to merge 1 commit into from

Conversation

sdanialraza
Copy link
Member

Please describe the changes this PR makes and why it should be merged:

If applicable, please reference Discord API Docs PRs or commits that influenced this PR:

@sdanialraza sdanialraza requested review from a team as code owners July 1, 2025 22:25
Copy link

vercel bot commented Jul 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
discord-api-types ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2025 10:32pm

@@ -2098,7 +2098,15 @@ export type GatewayVoiceStateUpdateDispatch = _DataPayload<
/**
* @see {@link https://discord.com/developers/docs/topics/gateway-events#voice-state-update}
*/
export type GatewayVoiceStateUpdateDispatchData = APIVoiceState;
export type GatewayVoiceStateUpdateDispatchData = Omit<APIVoiceState, 'member'> & {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tmk we wanna avoid Omits and use interfaces instead, so maybe export interface x extends

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants