Skip to content

Commit

Permalink
update protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrs4s committed Nov 27, 2021
1 parent 5c5e61d commit 524b2b7
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
70 changes: 70 additions & 0 deletions client/pb/channel/servtype.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions client/pb/channel/servtype.proto
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,21 @@ message EventBody {
repeated MsgEvent events = 39;
optional SchedulerMsg scheduler = 40;
optional AppChannelMsg appChannel = 41;
optional FeedEvent feedEvent = 44;
optional AppChannelMsg weakMsgAppChannel = 46;
optional ReadFeedNotify readFeedNotify = 48;
}

message FeedEvent {
optional uint64 guildId = 1;
optional uint64 channelId = 2;
optional string feedId = 3;
optional string msgSummary = 4;
optional uint64 eventTime = 5;
}

message ReadFeedNotify {
optional uint64 reportTime = 2;
}

message GroupProStatus {
Expand Down

0 comments on commit 524b2b7

Please sign in to comment.