typealias APIWebhookSourceGuild

export type APIWebhookSourceGuild = Pick<APIPartialGuild, 'icon' | 'id' | 'name'>;

Source guild of channel follower webhooks.

Union Members

Pick<APIPartialGuild, 'icon' 'id' 'name'>