Type alias RawPublicThreadChannel

RawPublicThreadChannel: Omit<RawAnnouncementThreadChannel, "type"> & {
    type: PUBLIC_THREAD;
} & Required<Pick<RawChannel, "applied_tags">>