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

proto.SCWebAuthorPause.proto Maven / Gradle / Ivy

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

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

message SCWebAuthorPause {
  uint64 time = 1;
  WebPauseType pauseType = 2;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy