typealias APIWebhookSourceChannel

export type APIWebhookSourceChannel = Required<_NonNullableFields<Pick<APIPartialChannel, 'id' | 'name'>>>;

Source channel of channel follower webhooks.

Union Members

Required<_NonNullableFields<Pick<APIPartialChannel, 'id' 'name'>>>