Skip to main content
Module

x/denord/mod.ts>GuildCreateEvent

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

Properties

optional
joinedAt: Date

when this guild was joined at (ISO8601 timestamp)

optional
large: boolean

true if this is considered a large guild

optional
unavailable: boolean

true if this guild is unavailable due to an outage

optional
memberCount: integer

total number of members in this guild

optional
voiceStates: VoiceState[]

states of members currently in voice channels; lacks the guildId key

optional
members: GuildMember[]

users in the guild

optional
channels: Channel[]

channels in the guild

optional
presences: PresenceUpdateEvent[]

presences of the members in the guild, will only include non-offline members if the size is greater than large threshold