mikufans-proto-intl 3.17.4+build.17106976

gRPC APIs for Mikufans (Intl)
Documentation
// This file is @generated by prost-build.
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MidPrivacySettingsConfig {
    ///
    #[prost(message, optional, tag = "1")]
    pub recommend_to_known: ::core::option::Option<super::super::BoolValue>,
    ///
    #[prost(message, repeated, tag = "2")]
    pub blocked_words: ::prost::alloc::vec::Vec<super::super::StringValue>,
}
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PrivacySettingsConfig {
    ///
    #[prost(message, optional, tag = "1")]
    pub ad_recommand_store: ::core::option::Option<super::super::BoolValue>,
    ///
    #[prost(message, optional, tag = "2")]
    pub sensor_access: ::core::option::Option<super::super::BoolValue>,
}