mikufans_proto_intl/
bilibili.broadcast.message.topic.rs

1// This file is @generated by prost-build.
2///
3#[derive(Clone, PartialEq, ::prost::Message)]
4pub struct DetailEventMessage {
5    ///
6    #[prost(int32, tag = "1")]
7    pub r#type: i32,
8    ///
9    #[prost(message, repeated, tag = "2")]
10    pub pub_data: ::prost::alloc::vec::Vec<PubEvent>,
11}
12///
13#[derive(Clone, Copy, PartialEq, ::prost::Message)]
14pub struct PubEvent {
15    ///
16    #[prost(int64, tag = "1")]
17    pub dynamic_id: i64,
18    ///
19    #[prost(int64, tag = "2")]
20    pub mid: i64,
21}