export interface ChannelsSetPurposeResponse { ok?: boolean; purpose?: string; error?: string; needed?: string; provided?: string; }