mikufans-proto 8.52.0+build.19546312

gRPC APIs for Mikufans
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file is @generated by prost-build.
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct RoomProto {
    ///
    #[prost(string, repeated, tag = "1")]
    pub room_id: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
impl ::prost::Name for RoomProto {
    const NAME: &'static str = "RoomProto";
    const PACKAGE: &'static str = "pgc.biz";
    fn full_name() -> ::prost::alloc::string::String {
        "pgc.biz.RoomProto".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "/pgc.biz.RoomProto".into()
    }
}