GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIPartialChannel

Not documented, but partial only includes id, name, and type

API/Interfaces/APIPartialChannel
seyfert/lib/types/payloads/channel.d.ts

Signature

export interface APIPartialChannel

Properties

3
idtypename

Methods

0

No methods.

Properties

id#
id: Snowflake;

The id of the channel

type#
type: ChannelType;

The type of the channel See https://discord.com/developers/docs/resources/channel#channel-object-channel-types

name#
name?: string | null;

The name of the channel (1-100 characters)