Interface FollowedChannel

interface FollowedChannel {
    channelID: string;
    webhookID: string;
}

Properties

Properties

channelID: string
webhookID: string