Type Alias ChatChannelsAccountLevelGetRetentionPolicyOfChannelResponse

ChatChannelsAccountLevelGetRetentionPolicyOfChannelResponse: {
    channel_id: string;
    cloud_retention: {
        enable_custom_retention: boolean;
        retention_period: string;
    };
}