Skip to main content
Module

x/denord/raw/RawInvite.ts>RawInvite

🗣 Discord API module
Latest
interface RawInvite
import { type RawInvite } from "https://deno.land/x/denord@0.1.0/raw/RawInvite.ts";

Properties

the invite code (unique ID)

optional
guild: Partial<RawGuild>

the guild this invite is for

channel: Partial<RawChannel>

the channel this invite is for

optional
inviter: RawUser

the user who created the invite

optional
target_user: Partial<RawUser>

the target user for this invite

optional
target_user_type: TargetUserType

the type of user target for this invite

optional
approximate_presence_count: integer

approximate count of online members (only present when target_user is set)

optional
approximate_member_count: integer

approximate count of total members