Interface RawGuildData

Hierarchy

  • RawGuildData

Properties

afk_channel_id: null | string
afk_timeout: number
application_id?: string
approximate_member_count?: number
approximate_presence_count?: number
banner?: string
channels?: RawChannelData[]
default_message_notifications: DefaultMessageNotifications
description?: string
discovery_splash: null | string
emojis: RawEmojiData[]
explicit_content_filter: ExplicitContentFilterLevel
features: GuildFeatures[]
guild_scheduled_events?: RawGuildScheduledEventData[]
icon: null | string
icon_hash: null | string
id: string
joined_at?: string
large?: boolean
max_members?: number
max_presences?: number
max_video_channel_users?: number
member_count?: number
members?: RawMemberData[]
mfa_level: MFALevel
name: string
nsfw_level: GuildNSFWLevel
owner?: boolean
owner_id: string
permissions?: string
preferred_locale: Locales
premium_progress_bar_enabled?: boolean
premium_subscription_count?: number
premium_tier: PremiumTier
presences?: RawPresenceData[]
public_updates_channel_id?: string
roles: RawRoleData[]
rules_channel_id?: string
splash: null | string
stage_instances?: RawStageInstanceData[]
stickers?: RawStickerData[]
system_channel_flags: SystemChannelFlags
system_channel_id?: string
threads?: RawChannelData[]
unavailable?: boolean
vanity_url_code?: string
verification_level: VerificationLevel
voice_states?: RawVoiceStateData[]
welcome_screen?: RawWelcomeScreenData
widget_channel_id?: null | string
widget_enabled?: boolean

Generated using TypeDoc