mikufans-proto 8.52.0+build.19546312

gRPC APIs for Mikufans
Documentation
// This file is @generated by prost-build.
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DetailEventMessage {
    ///
    #[prost(int32, tag = "1")]
    pub r#type: i32,
    ///
    #[prost(message, repeated, tag = "2")]
    pub pub_data: ::prost::alloc::vec::Vec<PubEvent>,
}
impl ::prost::Name for DetailEventMessage {
    const NAME: &'static str = "DetailEventMessage";
    const PACKAGE: &'static str = "bilibili.broadcast.message.topic";
    fn full_name() -> ::prost::alloc::string::String {
        "bilibili.broadcast.message.topic.DetailEventMessage".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "/bilibili.broadcast.message.topic.DetailEventMessage".into()
    }
}
///
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct PubEvent {
    ///
    #[prost(int64, tag = "1")]
    pub dynamic_id: i64,
    ///
    #[prost(int64, tag = "2")]
    pub mid: i64,
}
impl ::prost::Name for PubEvent {
    const NAME: &'static str = "PubEvent";
    const PACKAGE: &'static str = "bilibili.broadcast.message.topic";
    fn full_name() -> ::prost::alloc::string::String {
        "bilibili.broadcast.message.topic.PubEvent".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "/bilibili.broadcast.message.topic.PubEvent".into()
    }
}