GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIInteractionDataResolvedChannelBase

API/Interfaces/APIInteractionDataResolvedChannelBase
seyfert/lib/types/payloads/_interactions/base.d.ts

Signature

export interface APIInteractionDataResolvedChannelBase<T extends ChannelType> extends Required<APIPartialChannel>

Properties

2
typepermissions

Methods

0

No methods.

Properties

type#
type: T;

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

permissions#
permissions: Permissions;