source
source: {
_id: string;
channel_type: "TextChannel";
default_permissions?: {
a: number;
d: number;
};
description?: string;
icon?: {
_id: string;
content_type: string;
deleted?: boolean;
filename: string;
message_id?: string;
metadata: {
type: "File";
} | {
type: "Text";
} | {
height: number;
type: "Image";
width: number;
} | {
height: number;
type: "Video";
width: number;
} | {
type: "Audio";
};
object_id?: string;
reported?: boolean;
server_id?: string;
size: number;
tag: string;
user_id?: string;
};
last_message_id?: string;
name: string;
nsfw?: boolean;
role_permissions?: {
[key: string]: components["schemas"]["OverrideField"];
};
server: string;
} | {
_id: string;
channel_type: "VoiceChannel";
default_permissions?: {
a: number;
d: number;
};
description?: string;
icon?: {
_id: string;
content_type: string;
deleted?: boolean;
filename: string;
message_id?: string;
metadata: {
type: "File";
} | {
type: "Text";
} | {
height: number;
type: "Image";
width: number;
} | {
height: number;
type: "Video";
width: number;
} | {
type: "Audio";
};
object_id?: string;
reported?: boolean;
server_id?: string;
size: number;
tag: string;
user_id?: string;
};
name: string;
nsfw?: boolean;
role_permissions?: {
[key: string]: components["schemas"]["OverrideField"];
};
server: string;
}
typingIDs
typingIDs: Set<string> = ...
Can include your own user ID.