Newer
Older
percord / src / schemas / api / channels / Webhook.ts
export enum WebhookType {
    Incoming = 1,
    ChannelFollower = 2,
    Application = 3,
}