Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

ChannelDeletePacket

The channel delete packet.

API/Interfaces/ChannelDeletePacket
hoshimi/src/types/Manager.d.ts

Signature

export interface ChannelDeletePacket

Properties

2
td

Methods

0

No methods.

Properties

t#
t: "CHANNEL_DELETE";

The packet type

@type{string}
d#
d: ChannelDelete;

The packet data.

@type{ChannelDelete}