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

proto.SCWebLiveWatchingUsers.proto Maven / Gradle / Ivy

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

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

message SCWebLiveWatchingUsers {
  repeated WebWatchingUserInfo watchingUser = 1;
  string displayWatchingCount = 2;
  uint64 pendingDuration = 3;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy