mikufans-proto-intl 3.17.4+build.17106976

gRPC APIs for Mikufans (Intl)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file is @generated by prost-build.
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DynamicAutoPlay {
    ///
    #[prost(message, optional, tag = "1")]
    pub value: ::core::option::Option<super::super::Int64Value>,
}
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DynamicDeviceConfig {
    ///
    #[prost(message, optional, tag = "1")]
    pub auto_play: ::core::option::Option<DynamicAutoPlay>,
}