All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.WebSystemNoticeFeed.proto Maven / Gradle / Ivy

syntax = "proto3";
import "SimpleUserInfo.proto";

option java_package = "tech.ordinaryroad.live.chat.client.kuaishou.protobuf";

message WebSystemNoticeFeed {
  string id = 1;
  SimpleUserInfo user = 2;
  uint64 time = 3;
  string content = 4;
  uint64 displayDuration = 5;
  uint64 sortRank = 6;
  DisplayType displayType = 7;

enum DisplayType {
  UNKNOWN_DISPLAY_TYPE = 0;
  COMMENT = 1;
  ALERT = 2;
  TOAST = 3;
}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy