diff --git a/classes/Channel.html b/classes/Channel.html index febeef1d..77c5127e 100644 --- a/classes/Channel.html +++ b/classes/Channel.html @@ -172,7 +172,7 @@
  • Parameters

    @@ -197,7 +197,7 @@
    _id: string
    @@ -207,7 +207,7 @@
    ackLimit: number
    @@ -217,7 +217,7 @@
    ackTimeout: number
    @@ -227,7 +227,7 @@
    active: Nullable<boolean> = null
    @@ -247,7 +247,7 @@
    channel_type: "SavedMessages" | "DirectMessage" | "Group" | "TextChannel" | "VoiceChannel"
    @@ -257,7 +257,7 @@
    client: Client
    @@ -267,7 +267,7 @@
    default_permissions: Nullable<{ a: number; d: number }> = null
    @@ -287,7 +287,7 @@
    description: Nullable<string> = null
    @@ -307,7 +307,7 @@
    icon: Nullable<{ _id: string; content_type: string; deleted?: null | boolean; filename: string; message_id?: null | string; metadata: { type: "File" } | { type: "Text" } | { height: number; type: "Image"; width: number } | { height: number; type: "Video"; width: number } | { type: "Audio" }; object_id?: null | string; reported?: null | boolean; server_id?: null | string; size: number; tag: string; user_id?: null | string }> = null
    @@ -327,7 +327,7 @@
    last_message_id: Nullable<string> = null
    @@ -347,7 +347,7 @@
    name: Nullable<string> = null
    @@ -367,7 +367,7 @@
    nsfw: Nullable<boolean> = null
    @@ -387,7 +387,7 @@
    owner_id: Nullable<string> = null
    @@ -407,7 +407,7 @@
    permissions: Nullable<number> = null
    @@ -427,7 +427,7 @@
    recipient_ids: Nullable<string[]> = null
    @@ -447,7 +447,7 @@
    role_permissions: Nullable<{}> = null
    @@ -467,7 +467,7 @@
    server_id: Nullable<string> = null
    @@ -487,7 +487,7 @@
    typing_ids: Set<string> = ...
    @@ -509,7 +509,7 @@
  • @@ -531,7 +531,7 @@
  • @@ -558,7 +558,7 @@
  • @@ -580,7 +580,7 @@
  • @@ -602,7 +602,7 @@
  • @@ -629,7 +629,7 @@
  • @@ -651,7 +651,7 @@
  • @@ -673,7 +673,7 @@
  • @@ -700,7 +700,7 @@
  • @@ -727,7 +727,7 @@
  • @@ -754,7 +754,7 @@
  • @@ -776,7 +776,7 @@
  • @@ -798,7 +798,7 @@
  • @@ -823,7 +823,7 @@
  • @@ -860,7 +860,7 @@
  • @@ -891,7 +891,7 @@
  • @@ -914,7 +914,7 @@
  • @@ -947,7 +947,7 @@
  • Parameters

    @@ -970,7 +970,7 @@
  • @@ -1047,7 +1047,7 @@
  • @@ -1075,7 +1075,7 @@
  • @@ -1107,7 +1107,7 @@
  • @@ -1139,7 +1139,7 @@
  • @@ -1171,7 +1171,7 @@
  • @@ -1203,7 +1203,7 @@
  • @@ -1235,7 +1235,7 @@
  • @@ -1267,7 +1267,7 @@
  • @@ -1299,7 +1299,7 @@
  • @@ -1331,7 +1331,7 @@
  • @@ -1354,7 +1354,7 @@
  • @@ -1385,7 +1385,7 @@
  • @@ -1417,7 +1417,7 @@
  • @@ -1449,7 +1449,7 @@
  • @@ -1481,7 +1481,7 @@
  • @@ -1546,7 +1546,7 @@
  • @@ -1568,7 +1568,7 @@
  • @@ -1590,7 +1590,7 @@
  • Parameters

    @@ -1616,7 +1616,7 @@
  • Parameters

    @@ -1639,7 +1639,7 @@
  • Parameters

    @@ -1662,7 +1662,7 @@
  • Parameters

    @@ -1685,7 +1685,7 @@
  • Parameters

    diff --git a/classes/Client.html b/classes/Client.html index a9879ed1..96bc83f3 100644 --- a/classes/Client.html +++ b/classes/Client.html @@ -166,7 +166,7 @@
  • Parameters

    @@ -188,7 +188,7 @@
    api: API
    @@ -198,7 +198,7 @@
    bots: default
    @@ -208,7 +208,7 @@
    channels: default
    @@ -218,7 +218,7 @@
    configuration: { app: string; features: { autumn: { enabled: boolean; url: string }; captcha: { enabled: boolean; key: string }; email: boolean; invite_only: boolean; january: { enabled: boolean; url: string }; voso: { enabled: boolean; url: string; ws: string } }; revolt: string; vapid: string; ws: string }
    @@ -443,7 +443,7 @@
    heartbeat: number
    @@ -453,7 +453,7 @@
    members: default
    @@ -463,7 +463,7 @@
    messages: default
    @@ -473,7 +473,7 @@
    options: ClientOptions
    @@ -483,7 +483,7 @@
    servers: default
    @@ -493,7 +493,7 @@
    session: string | { _id?: null | string; name: string; subscription?: null | { auth: string; endpoint: string; p256dh: string }; token: string; user_id: string }
    @@ -503,7 +503,7 @@
    unreads: default
    @@ -513,7 +513,7 @@
    user: Nullable<User> = null
    @@ -523,7 +523,7 @@
    users: default
    @@ -533,7 +533,7 @@
    websocket: WebSocketClient
    @@ -560,7 +560,7 @@
  • @@ -582,7 +582,7 @@
  • @@ -604,7 +604,7 @@
  • @@ -629,7 +629,7 @@
  • @@ -651,7 +651,7 @@
  • @@ -726,7 +726,7 @@
  • @@ -775,7 +775,7 @@
  • @@ -803,7 +803,7 @@
  • @@ -894,7 +894,7 @@
  • @@ -916,7 +916,7 @@
  • @@ -948,7 +948,7 @@
  • @@ -998,7 +998,7 @@
  • Parameters

    @@ -1012,7 +1012,7 @@
  • Parameters

    @@ -1097,7 +1097,7 @@
  • @@ -1181,7 +1181,7 @@
  • @@ -1212,7 +1212,7 @@
  • @@ -1240,7 +1240,7 @@
  • @@ -1347,7 +1347,7 @@
  • Parameters

    @@ -1376,7 +1376,7 @@
  • Parameters

    @@ -1405,7 +1405,7 @@
  • Parameters

    @@ -1434,7 +1434,7 @@
  • Parameters

    @@ -1463,7 +1463,7 @@
  • Parameters

    @@ -1492,7 +1492,7 @@
  • Parameters

    @@ -1527,7 +1527,7 @@
  • Parameters

    @@ -1562,7 +1562,7 @@
  • Parameters

    @@ -1597,7 +1597,7 @@
  • Parameters

    @@ -1635,7 +1635,7 @@
  • Parameters

    @@ -1670,7 +1670,7 @@
  • Parameters

    @@ -1705,7 +1705,7 @@
  • Parameters

    @@ -1743,7 +1743,7 @@
  • Parameters

    @@ -1778,7 +1778,7 @@
  • Parameters

    @@ -1816,7 +1816,7 @@
  • Parameters

    @@ -1941,7 +1941,7 @@
  • Parameters

    @@ -1979,7 +1979,7 @@
  • Parameters

    @@ -2014,7 +2014,7 @@
  • Parameters

    @@ -2049,7 +2049,7 @@
  • Parameters

    @@ -2106,7 +2106,7 @@
  • Parameters

    @@ -2208,7 +2208,7 @@
  • @@ -2240,7 +2240,7 @@
  • @@ -2403,7 +2403,7 @@
  • @@ -2426,7 +2426,7 @@
  • @@ -2458,7 +2458,7 @@
  • @@ -2481,7 +2481,7 @@
  • @@ -2523,7 +2523,7 @@
  • diff --git a/classes/Member.html b/classes/Member.html index 99ed2952..5d5e8d68 100644 --- a/classes/Member.html +++ b/classes/Member.html @@ -133,7 +133,7 @@
  • Parameters

    @@ -222,7 +222,7 @@
    _id: { server: string; user: string }
    @@ -257,7 +257,7 @@
    avatar: Nullable<{ _id: string; content_type: string; deleted?: null | boolean; filename: string; message_id?: null | string; metadata: { type: "File" } | { type: "Text" } | { height: number; type: "Image"; width: number } | { height: number; type: "Video"; width: number } | { type: "Audio" }; object_id?: null | string; reported?: null | boolean; server_id?: null | string; size: number; tag: string; user_id?: null | string }> = null
    @@ -267,7 +267,7 @@
    client: Client
    @@ -277,7 +277,7 @@
    nickname: Nullable<string> = null
    @@ -287,7 +287,7 @@
    roles: Nullable<string[]> = null
    @@ -304,7 +304,7 @@
  • @@ -326,7 +326,7 @@
  • @@ -348,7 +348,7 @@
  • @@ -370,7 +370,7 @@
  • @@ -392,7 +392,7 @@
  • @@ -414,7 +414,7 @@
  • @@ -437,7 +437,7 @@
  • @@ -459,7 +459,7 @@
  • @@ -484,7 +484,7 @@
  • @@ -558,7 +558,7 @@
  • @@ -590,7 +590,7 @@
  • @@ -622,7 +622,7 @@
  • @@ -660,7 +660,7 @@
  • @@ -692,7 +692,7 @@
  • @@ -714,7 +714,7 @@
  • Parameters

    diff --git a/classes/Message.html b/classes/Message.html index 5482b89e..8e6429a0 100644 --- a/classes/Message.html +++ b/classes/Message.html @@ -141,7 +141,7 @@
  • Parameters

    @@ -288,7 +288,7 @@
    _id: string
    @@ -298,7 +298,7 @@
    attachments: Nullable<{ _id: string; content_type: string; deleted?: null | boolean; filename: string; message_id?: null | string; metadata: { type: "File" } | { type: "Text" } | { height: number; type: "Image"; width: number } | { height: number; type: "Video"; width: number } | { type: "Audio" }; object_id?: null | string; reported?: null | boolean; server_id?: null | string; size: number; tag: string; user_id?: null | string }[]>
    @@ -308,7 +308,7 @@
    author_id: string
    @@ -318,7 +318,7 @@
    channel_id: string
    @@ -328,7 +328,7 @@
    client: Client
    @@ -338,7 +338,7 @@
    content: Nullable<string>
    @@ -348,7 +348,7 @@
    edited: Nullable<Date>
    @@ -358,7 +358,7 @@
    embeds: Nullable<({ colour?: null | string; description?: null | string; icon_url?: null | string; image?: null | { height: number; size: "Large" | "Preview"; url: string; width: number }; site_name?: null | string; special?: null | { type: "None" } | { id: string; timestamp?: null | string; type: "YouTube" } | { content_type: "Channel"; id: string; type: "Lightspeed" } | { content_type: "Channel" | "Video" | "Clip"; id: string; type: "Twitch" } | { content_type: string; id: string; type: "Spotify" } | { type: "Soundcloud" } | { content_type: "Album" | "Track"; id: string; type: "Bandcamp" }; title?: null | string; type: "Website"; url?: null | string; video?: null | { height: number; url: string; width: number } } | { height: number; size: "Large" | "Preview"; type: "Image"; url: string; width: number } | { colour?: null | string; description?: null | string; icon_url?: null | string; media?: null | { _id: string; content_type: string; deleted?: null | boolean; filename: string; message_id?: null | string; metadata: { type: "File" } | { type: "Text" } | { height: number; type: "Image"; width: number } | { height: number; type: "Video"; width: number } | { type: "Audio" }; object_id?: null | string; reported?: null | boolean; server_id?: null | string; size: number; tag: string; user_id?: null | string }; title?: null | string; type: "Text"; url?: null | string } | { type: "None" })[]>
    @@ -368,7 +368,7 @@
    masquerade: Nullable<{ avatar?: null | string; name?: null | string }>
    @@ -378,7 +378,7 @@
    mention_ids: Nullable<string[]>
    @@ -388,7 +388,7 @@
    nonce: string
    @@ -398,7 +398,7 @@
    reply_ids: Nullable<string[]>
    @@ -408,7 +408,7 @@
    system: Nullable<{ content: string; type: "text" } | { by: string; id: string; type: "user_added" } | { by: string; id: string; type: "user_remove" } | { id: string; type: "user_joined" } | { id: string; type: "user_left" } | { id: string; type: "user_kicked" } | { id: string; type: "user_banned" } | { by: string; name: string; type: "channel_renamed" } | { by: string; type: "channel_description_changed" } | { by: string; type: "channel_icon_changed" }>
    @@ -425,7 +425,7 @@
  • Returns { content: string; type: "text" } | { by: undefined; name: undefined; type: string; user: undefined } | { by: undefined | User; name: undefined; type: "text" | "user_added" | "user_remove" | "user_joined" | "user_left" | "user_kicked" | "user_banned" | "channel_renamed" | "channel_description_changed" | "channel_icon_changed"; user: undefined | User } | { by: undefined; name: undefined; type: "text" | "user_added" | "user_remove" | "user_joined" | "user_left" | "user_kicked" | "user_banned" | "channel_renamed" | "channel_description_changed" | "channel_icon_changed"; user: undefined | User } | { by: undefined | User; name: string; type: "text" | "user_added" | "user_remove" | "user_joined" | "user_left" | "user_kicked" | "user_banned" | "channel_renamed" | "channel_description_changed" | "channel_icon_changed"; user: undefined } | { by: undefined | User; name: undefined; type: "text" | "user_added" | "user_remove" | "user_joined" | "user_left" | "user_kicked" | "user_banned" | "channel_renamed" | "channel_description_changed" | "channel_icon_changed"; user: undefined }

    @@ -442,7 +442,7 @@
  • Returns undefined | User

    @@ -459,7 +459,7 @@
  • Returns undefined | Channel

    @@ -476,7 +476,7 @@
  • @@ -498,7 +498,7 @@
  • Returns undefined | Member

    @@ -515,7 +515,7 @@
  • Returns undefined | (undefined | User)[]

    @@ -532,7 +532,7 @@
  • @@ -554,7 +554,7 @@
  • @@ -579,7 +579,7 @@
  • @@ -601,7 +601,7 @@
  • Parameters

    @@ -624,7 +624,7 @@
  • @@ -646,7 +646,7 @@
  • @@ -699,7 +699,7 @@
  • Returns undefined | string

    @@ -716,7 +716,7 @@
  • @@ -747,7 +747,7 @@
  • Parameters

    diff --git a/classes/Server.html b/classes/Server.html index 297ead82..ce037167 100644 --- a/classes/Server.html +++ b/classes/Server.html @@ -156,7 +156,7 @@
  • Parameters

    @@ -344,7 +344,7 @@
    _id: string
    @@ -354,7 +354,7 @@
    banner: Nullable<{ _id: string; content_type: string; deleted?: null | boolean; filename: string; message_id?: null | string; metadata: { type: "File" } | { type: "Text" } | { height: number; type: "Image"; width: number } | { height: number; type: "Video"; width: number } | { type: "Audio" }; object_id?: null | string; reported?: null | boolean; server_id?: null | string; size: number; tag: string; user_id?: null | string }> = null
    @@ -364,7 +364,7 @@
    categories: Nullable<{ channels: string[]; id: string; title: string }[]> = null
    @@ -374,7 +374,7 @@
    channel_ids: string[] = []
    @@ -384,7 +384,7 @@
    client: Client
    @@ -394,7 +394,7 @@
    default_permissions: number
    @@ -404,7 +404,7 @@
    description: Nullable<string> = null
    @@ -414,7 +414,7 @@
    flags: Nullable<number> = null
    @@ -424,7 +424,7 @@
    icon: Nullable<{ _id: string; content_type: string; deleted?: null | boolean; filename: string; message_id?: null | string; metadata: { type: "File" } | { type: "Text" } | { height: number; type: "Image"; width: number } | { height: number; type: "Video"; width: number } | { type: "Audio" }; object_id?: null | string; reported?: null | boolean; server_id?: null | string; size: number; tag: string; user_id?: null | string }> = null
    @@ -434,7 +434,7 @@
    name: string
    @@ -444,7 +444,7 @@
    nsfw: Nullable<boolean> = null
    @@ -454,7 +454,7 @@
    owner: string
    @@ -464,7 +464,7 @@
    roles: Nullable<{}> = null
    @@ -474,7 +474,7 @@
    system_messages: Nullable<{ user_banned?: null | string; user_joined?: null | string; user_kicked?: null | string; user_left?: null | string }> = null
    @@ -491,7 +491,7 @@
  • Returns (undefined | Channel)[]

    @@ -508,7 +508,7 @@
  • @@ -530,7 +530,7 @@
  • @@ -552,7 +552,7 @@
  • @@ -575,7 +575,7 @@
  • @@ -600,7 +600,7 @@
  • @@ -622,7 +622,7 @@
  • @@ -644,7 +644,7 @@
  • @@ -669,7 +669,7 @@
  • @@ -691,7 +691,7 @@
  • @@ -737,7 +737,7 @@
  • @@ -814,7 +814,7 @@
  • @@ -845,7 +845,7 @@
  • @@ -873,7 +873,7 @@
  • @@ -904,7 +904,7 @@
  • @@ -1018,7 +1018,7 @@
  • @@ -1111,7 +1111,7 @@
  • @@ -1134,7 +1134,7 @@
  • @@ -1157,7 +1157,7 @@
  • @@ -1189,7 +1189,7 @@
  • @@ -1212,7 +1212,7 @@
  • @@ -1244,7 +1244,7 @@
  • @@ -1276,7 +1276,7 @@
  • @@ -1308,7 +1308,7 @@
  • @@ -1340,7 +1340,7 @@
  • @@ -1372,7 +1372,7 @@
  • @@ -1409,7 +1409,7 @@
  • @@ -1439,7 +1439,7 @@
  • @@ -1470,7 +1470,7 @@
  • Parameters

    diff --git a/classes/User.html b/classes/User.html index ed091664..810188a0 100644 --- a/classes/User.html +++ b/classes/User.html @@ -136,7 +136,7 @@
  • Parameters

    @@ -289,7 +289,7 @@
    _id: string
    @@ -299,7 +299,7 @@
    avatar: Nullable<{ _id: string; content_type: string; deleted?: null | boolean; filename: string; message_id?: null | string; metadata: { type: "File" } | { type: "Text" } | { height: number; type: "Image"; width: number } | { height: number; type: "Video"; width: number } | { type: "Audio" }; object_id?: null | string; reported?: null | boolean; server_id?: null | string; size: number; tag: string; user_id?: null | string }>
    @@ -309,7 +309,7 @@
    badges: Nullable<number>
    @@ -319,7 +319,7 @@
    bot: Nullable<{ owner: string }>
    @@ -329,7 +329,7 @@
    client: Client
    @@ -339,7 +339,7 @@
    flags: Nullable<number>
    @@ -349,7 +349,7 @@
    online: boolean
    @@ -359,7 +359,7 @@
    privileged: boolean
    @@ -369,7 +369,7 @@
    relationship: Nullable<"None" | "User" | "Friend" | "Outgoing" | "Incoming" | "Blocked" | "BlockedOther">
    @@ -379,7 +379,7 @@
    status: Nullable<{ presence?: null | "Online" | "Idle" | "Busy" | "Invisible"; text?: null | string }>
    @@ -389,7 +389,7 @@
    username: string
    @@ -406,7 +406,7 @@
  • @@ -428,7 +428,7 @@
  • @@ -450,7 +450,7 @@
  • Returns number

    @@ -470,7 +470,7 @@
  • @@ -492,7 +492,7 @@
  • @@ -514,7 +514,7 @@
  • @@ -537,7 +537,7 @@
  • @@ -560,7 +560,7 @@
  • Parameters

    @@ -583,7 +583,7 @@
  • @@ -606,7 +606,7 @@
  • @@ -628,7 +628,7 @@
  • @@ -650,7 +650,7 @@
  • Parameters

    diff --git a/interfaces/ClientOptions.html b/interfaces/ClientOptions.html index 615ba04c..c0925c32 100644 --- a/interfaces/ClientOptions.html +++ b/interfaces/ClientOptions.html @@ -109,7 +109,7 @@
    ackRateLimiter: boolean
    @@ -119,7 +119,7 @@
    apiURL: string
    @@ -129,7 +129,7 @@
    autoReconnect: boolean
    @@ -139,7 +139,7 @@
    cache: boolean
    @@ -149,7 +149,7 @@
    debug: boolean
    @@ -159,7 +159,7 @@
    heartbeat: number
    @@ -169,7 +169,7 @@
    onPongTimeout: "EXIT" | "RECONNECT"
    @@ -185,7 +185,7 @@
    pongTimeout: number
    @@ -203,7 +203,7 @@
    unreads: boolean
    diff --git a/modules.html b/modules.html index e3a59a06..cb361a1c 100644 --- a/modules.html +++ b/modules.html @@ -130,7 +130,7 @@
    ClientboundNotification: { type: "Bulk"; v: ClientboundNotification[] } | { data: number; type: "Ping" } | { data: number; type: "Pong" } | ({ type: "Error" } & WebSocketError) | { type: "Authenticated" } | ReadyPacket | ({ type: "Message" } & Message) | { channel: string; data: Partial<Message>; id: string; type: "MessageUpdate" } | { append: Pick<Partial<Message>, "embeds">; channel: string; id: string; type: "MessageAppend" } | { channel: string; id: string; type: "MessageDelete" } | { channel: string; ids: string[]; type: "BulkMessageDelete" } | ({ type: "ChannelCreate" } & Channel) | { clear?: FieldsChannel[]; data: Partial<Channel>; id: string; type: "ChannelUpdate" } | { id: string; type: "ChannelDelete" } | { id: string; type: "ChannelGroupJoin"; user: string } | { id: string; type: "ChannelGroupLeave"; user: string } | { id: string; type: "ChannelStartTyping"; user: string } | { id: string; type: "ChannelStopTyping"; user: string } | { id: string; message_id: string; type: "ChannelAck"; user: string } | { channels: Channel[]; id: string; server: Server; type: "ServerCreate" } | { clear?: FieldsServer[]; data: Partial<Server>; id: string; type: "ServerUpdate" } | { id: string; type: "ServerDelete" } | { clear?: FieldsMember[]; data: Partial<Member>; id: MemberCompositeKey; type: "ServerMemberUpdate" } | { id: string; type: "ServerMemberJoin"; user: string } | { id: string; type: "ServerMemberLeave"; user: string } | { data: Partial<Role>; id: string; role_id: string; type: "ServerRoleUpdate" } | { id: string; role_id: string; type: "ServerRoleDelete" } | { clear?: FieldsUser[]; data: Partial<User>; id: string; type: "UserUpdate" } | { status: RelationshipStatus; type: "UserRelationship"; user: User } | { id: string; online: boolean; type: "UserPresence" } | { id: string; type: "UserSettingsUpdate"; update: {} }
    @@ -140,7 +140,7 @@
    FileArgs: [options?: { height?: number; max_side?: number; size?: number; width?: number }, allowAnimation?: boolean, fallback?: string]
    @@ -150,7 +150,7 @@
    Nullable<T>: T | null

    Type parameters

    @@ -166,7 +166,7 @@
    ReadyPacket: { channels: Channel[]; members: Member[]; servers: Server[]; type: "Ready"; users: User[] }
    @@ -196,7 +196,7 @@
    ServerboundNotification: { data: number; type: "Ping" } | { data: number; type: "Pong" } | ({ type: "Authenticate" } & Session) | { token: string; type: "Authenticate" } | { channel: string; type: "BeginTyping" } | { channel: string; type: "EndTyping" }
    @@ -209,7 +209,7 @@
    DEFAULT_PERMISSION: number = ...
    @@ -224,7 +224,7 @@
    DEFAULT_PERMISSION_DIRECT_MESSAGE: number = ...
    @@ -239,7 +239,7 @@
    DEFAULT_PERMISSION_SAVED_MESSAGES: number = ...
    @@ -254,7 +254,7 @@
    DEFAULT_PERMISSION_SERVER: number = ...
    @@ -269,7 +269,7 @@
    DEFAULT_PERMISSION_VIEW_ONLY: number = ...
    @@ -284,7 +284,7 @@
    LIBRARY_VERSION: "6.0.0" = "6.0.0"
    @@ -294,7 +294,7 @@
    Permission: { AssignRoles: number; BanMembers: number; ChangeAvatar: number; ChangeNickname: number; Connect: number; DeafenMembers: number; GrantAllSafe: number; InviteOthers: number; KickMembers: number; ManageChannel: number; ManageMessages: number; ManageNicknames: number; ManagePermissions: number; ManageRole: number; ManageServer: number; ManageWebhooks: number; Masquerade: number; MoveMembers: number; MuteMembers: number; ReadMessageHistory: number; RemoveAvatars: number; SendEmbeds: number; SendMessage: number; Speak: number; TimeoutMembers: number; UploadFiles: number; Video: number; ViewChannel: number } = ...
    @@ -398,7 +398,7 @@
    RE_MENTIONS: RegExp = ...
    @@ -413,7 +413,7 @@
    RE_SPOILER: RegExp = ...
    @@ -428,7 +428,7 @@
    U32_MAX: number = ...
    @@ -443,7 +443,7 @@
    UserPermission: { Access: number; Invite: number; SendMessage: number; ViewProfile: number } = ...
    @@ -475,7 +475,7 @@
    defaultConfig: { ackRateLimiter: boolean; apiURL: string; autoReconnect: boolean; cache: boolean; debug: boolean; heartbeat: number; unreads: boolean } = ...
    @@ -518,7 +518,7 @@
  • @@ -565,7 +565,7 @@
  • Type parameters

    @@ -594,7 +594,7 @@