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;
}