|
|
|
|
@ -13022,6 +13022,144 @@ func (x *GetRoomRocketResponse) GetServerTimeMs() int64 {
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ApplyRoomRPSGiftRequest 只承载 room-rps 最终结算后真实发生的一份败者礼物。
|
|
|
|
|
// game-service 的预扣、平局退款和赢家本金退款都不能调用该接口。
|
|
|
|
|
type ApplyRoomRPSGiftRequest struct {
|
|
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
|
Meta *RequestMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
|
|
|
RoomId string `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
|
|
|
|
|
SenderUserId int64 `protobuf:"varint,3,opt,name=sender_user_id,json=senderUserId,proto3" json:"sender_user_id,omitempty"`
|
|
|
|
|
TargetUserId int64 `protobuf:"varint,4,opt,name=target_user_id,json=targetUserId,proto3" json:"target_user_id,omitempty"`
|
|
|
|
|
GiftId string `protobuf:"bytes,5,opt,name=gift_id,json=giftId,proto3" json:"gift_id,omitempty"`
|
|
|
|
|
HeatValue int64 `protobuf:"varint,6,opt,name=heat_value,json=heatValue,proto3" json:"heat_value,omitempty"`
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftRequest) Reset() {
|
|
|
|
|
*x = ApplyRoomRPSGiftRequest{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[161]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftRequest) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*ApplyRoomRPSGiftRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[161]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ApplyRoomRPSGiftRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ApplyRoomRPSGiftRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{161}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftRequest) GetMeta() *RequestMeta {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Meta
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftRequest) GetRoomId() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.RoomId
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftRequest) GetSenderUserId() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.SenderUserId
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftRequest) GetTargetUserId() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.TargetUserId
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftRequest) GetGiftId() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.GiftId
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftRequest) GetHeatValue() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.HeatValue
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ApplyRoomRPSGiftResponse struct {
|
|
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
|
Result *CommandResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
|
|
|
|
|
Rocket *RoomRocketState `protobuf:"bytes,2,opt,name=rocket,proto3" json:"rocket,omitempty"`
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftResponse) Reset() {
|
|
|
|
|
*x = ApplyRoomRPSGiftResponse{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[162]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftResponse) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*ApplyRoomRPSGiftResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[162]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ApplyRoomRPSGiftResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ApplyRoomRPSGiftResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{162}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftResponse) GetResult() *CommandResult {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Result
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRoomRPSGiftResponse) GetRocket() *RoomRocketState {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Rocket
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ListRoomOnlineUsersRequest 分页查询房间在线用户,不让客户端拉完整 RoomSnapshot 做列表分页。
|
|
|
|
|
type ListRoomOnlineUsersRequest struct {
|
|
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
|
@ -13037,7 +13175,7 @@ type ListRoomOnlineUsersRequest struct {
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomOnlineUsersRequest) Reset() {
|
|
|
|
|
*x = ListRoomOnlineUsersRequest{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[161]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[163]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13049,7 +13187,7 @@ func (x *ListRoomOnlineUsersRequest) String() string {
|
|
|
|
|
func (*ListRoomOnlineUsersRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomOnlineUsersRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[161]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[163]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13062,7 +13200,7 @@ func (x *ListRoomOnlineUsersRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ListRoomOnlineUsersRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ListRoomOnlineUsersRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{161}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{163}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomOnlineUsersRequest) GetMeta() *RequestMeta {
|
|
|
|
|
@ -13121,7 +13259,7 @@ type ListRoomOnlineUsersResponse struct {
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomOnlineUsersResponse) Reset() {
|
|
|
|
|
*x = ListRoomOnlineUsersResponse{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[162]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[164]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13133,7 +13271,7 @@ func (x *ListRoomOnlineUsersResponse) String() string {
|
|
|
|
|
func (*ListRoomOnlineUsersResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomOnlineUsersResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[162]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[164]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13146,7 +13284,7 @@ func (x *ListRoomOnlineUsersResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ListRoomOnlineUsersResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ListRoomOnlineUsersResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{162}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{164}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomOnlineUsersResponse) GetUsers() []*RoomUser {
|
|
|
|
|
@ -13207,7 +13345,7 @@ type RoomBannedUser struct {
|
|
|
|
|
|
|
|
|
|
func (x *RoomBannedUser) Reset() {
|
|
|
|
|
*x = RoomBannedUser{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[163]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[165]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13219,7 +13357,7 @@ func (x *RoomBannedUser) String() string {
|
|
|
|
|
func (*RoomBannedUser) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *RoomBannedUser) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[163]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[165]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13232,7 +13370,7 @@ func (x *RoomBannedUser) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RoomBannedUser.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*RoomBannedUser) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{163}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{165}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *RoomBannedUser) GetUserId() int64 {
|
|
|
|
|
@ -13291,7 +13429,7 @@ type ListRoomBannedUsersRequest struct {
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomBannedUsersRequest) Reset() {
|
|
|
|
|
*x = ListRoomBannedUsersRequest{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[164]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[166]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13303,7 +13441,7 @@ func (x *ListRoomBannedUsersRequest) String() string {
|
|
|
|
|
func (*ListRoomBannedUsersRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomBannedUsersRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[164]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[166]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13316,7 +13454,7 @@ func (x *ListRoomBannedUsersRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ListRoomBannedUsersRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ListRoomBannedUsersRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{164}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{166}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomBannedUsersRequest) GetMeta() *RequestMeta {
|
|
|
|
|
@ -13367,7 +13505,7 @@ type ListRoomBannedUsersResponse struct {
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomBannedUsersResponse) Reset() {
|
|
|
|
|
*x = ListRoomBannedUsersResponse{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[165]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[167]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13379,7 +13517,7 @@ func (x *ListRoomBannedUsersResponse) String() string {
|
|
|
|
|
func (*ListRoomBannedUsersResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomBannedUsersResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[165]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[167]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13392,7 +13530,7 @@ func (x *ListRoomBannedUsersResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ListRoomBannedUsersResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ListRoomBannedUsersResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{165}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{167}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ListRoomBannedUsersResponse) GetItems() []*RoomBannedUser {
|
|
|
|
|
@ -13443,7 +13581,7 @@ type FollowRoomRequest struct {
|
|
|
|
|
|
|
|
|
|
func (x *FollowRoomRequest) Reset() {
|
|
|
|
|
*x = FollowRoomRequest{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[166]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[168]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13455,7 +13593,7 @@ func (x *FollowRoomRequest) String() string {
|
|
|
|
|
func (*FollowRoomRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *FollowRoomRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[166]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[168]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13468,7 +13606,7 @@ func (x *FollowRoomRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use FollowRoomRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*FollowRoomRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{166}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{168}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *FollowRoomRequest) GetMeta() *RequestMeta {
|
|
|
|
|
@ -13504,7 +13642,7 @@ type FollowRoomResponse struct {
|
|
|
|
|
|
|
|
|
|
func (x *FollowRoomResponse) Reset() {
|
|
|
|
|
*x = FollowRoomResponse{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[167]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[169]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13516,7 +13654,7 @@ func (x *FollowRoomResponse) String() string {
|
|
|
|
|
func (*FollowRoomResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *FollowRoomResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[167]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[169]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13529,7 +13667,7 @@ func (x *FollowRoomResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use FollowRoomResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*FollowRoomResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{167}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{169}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *FollowRoomResponse) GetRoomId() string {
|
|
|
|
|
@ -13572,7 +13710,7 @@ type UnfollowRoomRequest struct {
|
|
|
|
|
|
|
|
|
|
func (x *UnfollowRoomRequest) Reset() {
|
|
|
|
|
*x = UnfollowRoomRequest{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[168]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[170]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13584,7 +13722,7 @@ func (x *UnfollowRoomRequest) String() string {
|
|
|
|
|
func (*UnfollowRoomRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *UnfollowRoomRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[168]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[170]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13597,7 +13735,7 @@ func (x *UnfollowRoomRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use UnfollowRoomRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*UnfollowRoomRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{168}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{170}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UnfollowRoomRequest) GetMeta() *RequestMeta {
|
|
|
|
|
@ -13632,7 +13770,7 @@ type UnfollowRoomResponse struct {
|
|
|
|
|
|
|
|
|
|
func (x *UnfollowRoomResponse) Reset() {
|
|
|
|
|
*x = UnfollowRoomResponse{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[169]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[171]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13644,7 +13782,7 @@ func (x *UnfollowRoomResponse) String() string {
|
|
|
|
|
func (*UnfollowRoomResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *UnfollowRoomResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[169]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[171]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13657,7 +13795,7 @@ func (x *UnfollowRoomResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use UnfollowRoomResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*UnfollowRoomResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{169}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{171}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UnfollowRoomResponse) GetRoomId() string {
|
|
|
|
|
@ -13697,7 +13835,7 @@ type SendGiftLuckyHit struct {
|
|
|
|
|
|
|
|
|
|
func (x *SendGiftLuckyHit) Reset() {
|
|
|
|
|
*x = SendGiftLuckyHit{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[170]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[172]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13709,7 +13847,7 @@ func (x *SendGiftLuckyHit) String() string {
|
|
|
|
|
func (*SendGiftLuckyHit) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SendGiftLuckyHit) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[170]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[172]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13722,7 +13860,7 @@ func (x *SendGiftLuckyHit) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SendGiftLuckyHit.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SendGiftLuckyHit) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{170}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{172}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SendGiftLuckyHit) GetGiftIndex() int32 {
|
|
|
|
|
@ -13799,7 +13937,7 @@ type SendGiftResultV2 struct {
|
|
|
|
|
|
|
|
|
|
func (x *SendGiftResultV2) Reset() {
|
|
|
|
|
*x = SendGiftResultV2{}
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[171]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[173]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -13811,7 +13949,7 @@ func (x *SendGiftResultV2) String() string {
|
|
|
|
|
func (*SendGiftResultV2) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SendGiftResultV2) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[171]
|
|
|
|
|
mi := &file_proto_room_v1_room_proto_msgTypes[173]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -13824,7 +13962,7 @@ func (x *SendGiftResultV2) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SendGiftResultV2.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SendGiftResultV2) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{171}
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescGZIP(), []int{173}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SendGiftResultV2) GetApiVersion() int32 {
|
|
|
|
|
@ -15119,7 +15257,18 @@ const file_proto_room_v1_room_proto_rawDesc = "" +
|
|
|
|
|
"\x0eviewer_user_id\x18\x03 \x01(\x03R\fviewerUserId\"t\n" +
|
|
|
|
|
"\x15GetRoomRocketResponse\x125\n" +
|
|
|
|
|
"\x06rocket\x18\x01 \x01(\v2\x1d.hyapp.room.v1.RoomRocketInfoR\x06rocket\x12$\n" +
|
|
|
|
|
"\x0eserver_time_ms\x18\x02 \x01(\x03R\fserverTimeMs\"\xd0\x01\n" +
|
|
|
|
|
"\x0eserver_time_ms\x18\x02 \x01(\x03R\fserverTimeMs\"\xe6\x01\n" +
|
|
|
|
|
"\x17ApplyRoomRPSGiftRequest\x12.\n" +
|
|
|
|
|
"\x04meta\x18\x01 \x01(\v2\x1a.hyapp.room.v1.RequestMetaR\x04meta\x12\x17\n" +
|
|
|
|
|
"\aroom_id\x18\x02 \x01(\tR\x06roomId\x12$\n" +
|
|
|
|
|
"\x0esender_user_id\x18\x03 \x01(\x03R\fsenderUserId\x12$\n" +
|
|
|
|
|
"\x0etarget_user_id\x18\x04 \x01(\x03R\ftargetUserId\x12\x17\n" +
|
|
|
|
|
"\agift_id\x18\x05 \x01(\tR\x06giftId\x12\x1d\n" +
|
|
|
|
|
"\n" +
|
|
|
|
|
"heat_value\x18\x06 \x01(\x03R\theatValue\"\x88\x01\n" +
|
|
|
|
|
"\x18ApplyRoomRPSGiftResponse\x124\n" +
|
|
|
|
|
"\x06result\x18\x01 \x01(\v2\x1c.hyapp.room.v1.CommandResultR\x06result\x126\n" +
|
|
|
|
|
"\x06rocket\x18\x02 \x01(\v2\x1e.hyapp.room.v1.RoomRocketStateR\x06rocket\"\xd0\x01\n" +
|
|
|
|
|
"\x1aListRoomOnlineUsersRequest\x12.\n" +
|
|
|
|
|
"\x04meta\x18\x01 \x01(\v2\x1a.hyapp.room.v1.RequestMetaR\x04meta\x12\x17\n" +
|
|
|
|
|
"\aroom_id\x18\x02 \x01(\tR\x06roomId\x12$\n" +
|
|
|
|
|
@ -15203,7 +15352,7 @@ const file_proto_room_v1_room_proto_rawDesc = "" +
|
|
|
|
|
"\rbatch_display\x18\x10 \x01(\v2#.hyapp.room.v1.SendGiftBatchDisplayR\fbatchDisplay\x12\x1b\n" +
|
|
|
|
|
"\troom_heat\x18\x11 \x01(\x03R\broomHeat\x124\n" +
|
|
|
|
|
"\tgift_rank\x18\x12 \x03(\v2\x17.hyapp.room.v1.RankItemR\bgiftRank\x12)\n" +
|
|
|
|
|
"\x10operation_status\x18\x13 \x01(\tR\x0foperationStatus2\xfc\x1c\n" +
|
|
|
|
|
"\x10operation_status\x18\x13 \x01(\tR\x0foperationStatus2\xe1\x1d\n" +
|
|
|
|
|
"\x12RoomCommandService\x12Q\n" +
|
|
|
|
|
"\n" +
|
|
|
|
|
"CreateRoom\x12 .hyapp.room.v1.CreateRoomRequest\x1a!.hyapp.room.v1.CreateRoomResponse\x12f\n" +
|
|
|
|
|
@ -15242,7 +15391,8 @@ const file_proto_room_v1_room_proto_rawDesc = "" +
|
|
|
|
|
"\bKickUser\x12\x1e.hyapp.room.v1.KickUserRequest\x1a\x1f.hyapp.room.v1.KickUserResponse\x12N\n" +
|
|
|
|
|
"\tUnbanUser\x12\x1f.hyapp.room.v1.UnbanUserRequest\x1a .hyapp.room.v1.UnbanUserResponse\x12`\n" +
|
|
|
|
|
"\x0fSystemEvictUser\x12%.hyapp.room.v1.SystemEvictUserRequest\x1a&.hyapp.room.v1.SystemEvictUserResponse\x12K\n" +
|
|
|
|
|
"\bSendGift\x12\x1e.hyapp.room.v1.SendGiftRequest\x1a\x1f.hyapp.room.v1.SendGiftResponse\x12Q\n" +
|
|
|
|
|
"\bSendGift\x12\x1e.hyapp.room.v1.SendGiftRequest\x1a\x1f.hyapp.room.v1.SendGiftResponse\x12c\n" +
|
|
|
|
|
"\x10ApplyRoomRPSGift\x12&.hyapp.room.v1.ApplyRoomRPSGiftRequest\x1a'.hyapp.room.v1.ApplyRoomRPSGiftResponse\x12Q\n" +
|
|
|
|
|
"\n" +
|
|
|
|
|
"FollowRoom\x12 .hyapp.room.v1.FollowRoomRequest\x1a!.hyapp.room.v1.FollowRoomResponse\x12W\n" +
|
|
|
|
|
"\fUnfollowRoom\x12\".hyapp.room.v1.UnfollowRoomRequest\x1a#.hyapp.room.v1.UnfollowRoomResponse2\xd0\x04\n" +
|
|
|
|
|
@ -15287,7 +15437,7 @@ func file_proto_room_v1_room_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_proto_room_v1_room_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_proto_room_v1_room_proto_msgTypes = make([]protoimpl.MessageInfo, 173)
|
|
|
|
|
var file_proto_room_v1_room_proto_msgTypes = make([]protoimpl.MessageInfo, 175)
|
|
|
|
|
var file_proto_room_v1_room_proto_goTypes = []any{
|
|
|
|
|
(*RequestMeta)(nil), // 0: hyapp.room.v1.RequestMeta
|
|
|
|
|
(*CommandResult)(nil), // 1: hyapp.room.v1.CommandResult
|
|
|
|
|
@ -15450,21 +15600,23 @@ var file_proto_room_v1_room_proto_goTypes = []any{
|
|
|
|
|
(*GetRoomSnapshotResponse)(nil), // 158: hyapp.room.v1.GetRoomSnapshotResponse
|
|
|
|
|
(*GetRoomRocketRequest)(nil), // 159: hyapp.room.v1.GetRoomRocketRequest
|
|
|
|
|
(*GetRoomRocketResponse)(nil), // 160: hyapp.room.v1.GetRoomRocketResponse
|
|
|
|
|
(*ListRoomOnlineUsersRequest)(nil), // 161: hyapp.room.v1.ListRoomOnlineUsersRequest
|
|
|
|
|
(*ListRoomOnlineUsersResponse)(nil), // 162: hyapp.room.v1.ListRoomOnlineUsersResponse
|
|
|
|
|
(*RoomBannedUser)(nil), // 163: hyapp.room.v1.RoomBannedUser
|
|
|
|
|
(*ListRoomBannedUsersRequest)(nil), // 164: hyapp.room.v1.ListRoomBannedUsersRequest
|
|
|
|
|
(*ListRoomBannedUsersResponse)(nil), // 165: hyapp.room.v1.ListRoomBannedUsersResponse
|
|
|
|
|
(*FollowRoomRequest)(nil), // 166: hyapp.room.v1.FollowRoomRequest
|
|
|
|
|
(*FollowRoomResponse)(nil), // 167: hyapp.room.v1.FollowRoomResponse
|
|
|
|
|
(*UnfollowRoomRequest)(nil), // 168: hyapp.room.v1.UnfollowRoomRequest
|
|
|
|
|
(*UnfollowRoomResponse)(nil), // 169: hyapp.room.v1.UnfollowRoomResponse
|
|
|
|
|
(*SendGiftLuckyHit)(nil), // 170: hyapp.room.v1.SendGiftLuckyHit
|
|
|
|
|
(*SendGiftResultV2)(nil), // 171: hyapp.room.v1.SendGiftResultV2
|
|
|
|
|
nil, // 172: hyapp.room.v1.RoomSnapshot.RoomExtEntry
|
|
|
|
|
(*ApplyRoomRPSGiftRequest)(nil), // 161: hyapp.room.v1.ApplyRoomRPSGiftRequest
|
|
|
|
|
(*ApplyRoomRPSGiftResponse)(nil), // 162: hyapp.room.v1.ApplyRoomRPSGiftResponse
|
|
|
|
|
(*ListRoomOnlineUsersRequest)(nil), // 163: hyapp.room.v1.ListRoomOnlineUsersRequest
|
|
|
|
|
(*ListRoomOnlineUsersResponse)(nil), // 164: hyapp.room.v1.ListRoomOnlineUsersResponse
|
|
|
|
|
(*RoomBannedUser)(nil), // 165: hyapp.room.v1.RoomBannedUser
|
|
|
|
|
(*ListRoomBannedUsersRequest)(nil), // 166: hyapp.room.v1.ListRoomBannedUsersRequest
|
|
|
|
|
(*ListRoomBannedUsersResponse)(nil), // 167: hyapp.room.v1.ListRoomBannedUsersResponse
|
|
|
|
|
(*FollowRoomRequest)(nil), // 168: hyapp.room.v1.FollowRoomRequest
|
|
|
|
|
(*FollowRoomResponse)(nil), // 169: hyapp.room.v1.FollowRoomResponse
|
|
|
|
|
(*UnfollowRoomRequest)(nil), // 170: hyapp.room.v1.UnfollowRoomRequest
|
|
|
|
|
(*UnfollowRoomResponse)(nil), // 171: hyapp.room.v1.UnfollowRoomResponse
|
|
|
|
|
(*SendGiftLuckyHit)(nil), // 172: hyapp.room.v1.SendGiftLuckyHit
|
|
|
|
|
(*SendGiftResultV2)(nil), // 173: hyapp.room.v1.SendGiftResultV2
|
|
|
|
|
nil, // 174: hyapp.room.v1.RoomSnapshot.RoomExtEntry
|
|
|
|
|
}
|
|
|
|
|
var file_proto_room_v1_room_proto_depIdxs = []int32{
|
|
|
|
|
170, // 0: hyapp.room.v1.LuckyGiftDrawResult.hits:type_name -> hyapp.room.v1.SendGiftLuckyHit
|
|
|
|
|
172, // 0: hyapp.room.v1.LuckyGiftDrawResult.hits:type_name -> hyapp.room.v1.SendGiftLuckyHit
|
|
|
|
|
8, // 1: hyapp.room.v1.RoomRocketLevel.in_room_rewards:type_name -> hyapp.room.v1.RoomRocketRewardItem
|
|
|
|
|
8, // 2: hyapp.room.v1.RoomRocketLevel.top1_rewards:type_name -> hyapp.room.v1.RoomRocketRewardItem
|
|
|
|
|
8, // 3: hyapp.room.v1.RoomRocketLevel.igniter_rewards:type_name -> hyapp.room.v1.RoomRocketRewardItem
|
|
|
|
|
@ -15511,7 +15663,7 @@ var file_proto_room_v1_room_proto_depIdxs = []int32{
|
|
|
|
|
4, // 44: hyapp.room.v1.RoomSnapshot.mic_seats:type_name -> hyapp.room.v1.SeatState
|
|
|
|
|
2, // 45: hyapp.room.v1.RoomSnapshot.online_users:type_name -> hyapp.room.v1.RoomUser
|
|
|
|
|
5, // 46: hyapp.room.v1.RoomSnapshot.gift_rank:type_name -> hyapp.room.v1.RankItem
|
|
|
|
|
172, // 47: hyapp.room.v1.RoomSnapshot.room_ext:type_name -> hyapp.room.v1.RoomSnapshot.RoomExtEntry
|
|
|
|
|
174, // 47: hyapp.room.v1.RoomSnapshot.room_ext:type_name -> hyapp.room.v1.RoomSnapshot.RoomExtEntry
|
|
|
|
|
13, // 48: hyapp.room.v1.RoomSnapshot.rocket:type_name -> hyapp.room.v1.RoomRocketState
|
|
|
|
|
53, // 49: hyapp.room.v1.RoomSnapshot.ban_states:type_name -> hyapp.room.v1.RoomBanState
|
|
|
|
|
63, // 50: hyapp.room.v1.RoomSnapshot.room_border:type_name -> hyapp.room.v1.RoomDecorationResource
|
|
|
|
|
@ -15637,7 +15789,7 @@ var file_proto_room_v1_room_proto_depIdxs = []int32{
|
|
|
|
|
7, // 170: hyapp.room.v1.SendGiftResponse.lucky_gift:type_name -> hyapp.room.v1.LuckyGiftDrawResult
|
|
|
|
|
7, // 171: hyapp.room.v1.SendGiftResponse.lucky_gifts:type_name -> hyapp.room.v1.LuckyGiftDrawResult
|
|
|
|
|
129, // 172: hyapp.room.v1.SendGiftResponse.batch_display:type_name -> hyapp.room.v1.SendGiftBatchDisplay
|
|
|
|
|
171, // 173: hyapp.room.v1.SendGiftResponse.v2:type_name -> hyapp.room.v1.SendGiftResultV2
|
|
|
|
|
173, // 173: hyapp.room.v1.SendGiftResponse.v2:type_name -> hyapp.room.v1.SendGiftResultV2
|
|
|
|
|
0, // 174: hyapp.room.v1.ListRoomsRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
0, // 175: hyapp.room.v1.ListRoomsByOwnersRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
0, // 176: hyapp.room.v1.ListRoomFeedsRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
@ -15660,151 +15812,156 @@ var file_proto_room_v1_room_proto_depIdxs = []int32{
|
|
|
|
|
54, // 193: hyapp.room.v1.GetRoomSnapshotResponse.room:type_name -> hyapp.room.v1.RoomSnapshot
|
|
|
|
|
0, // 194: hyapp.room.v1.GetRoomRocketRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
14, // 195: hyapp.room.v1.GetRoomRocketResponse.rocket:type_name -> hyapp.room.v1.RoomRocketInfo
|
|
|
|
|
0, // 196: hyapp.room.v1.ListRoomOnlineUsersRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
2, // 197: hyapp.room.v1.ListRoomOnlineUsersResponse.users:type_name -> hyapp.room.v1.RoomUser
|
|
|
|
|
3, // 198: hyapp.room.v1.ListRoomOnlineUsersResponse.items:type_name -> hyapp.room.v1.RoomOnlineUser
|
|
|
|
|
0, // 199: hyapp.room.v1.ListRoomBannedUsersRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
163, // 200: hyapp.room.v1.ListRoomBannedUsersResponse.items:type_name -> hyapp.room.v1.RoomBannedUser
|
|
|
|
|
0, // 201: hyapp.room.v1.FollowRoomRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
0, // 202: hyapp.room.v1.UnfollowRoomRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
7, // 203: hyapp.room.v1.SendGiftResultV2.lucky_gift:type_name -> hyapp.room.v1.LuckyGiftDrawResult
|
|
|
|
|
7, // 204: hyapp.room.v1.SendGiftResultV2.lucky_gifts:type_name -> hyapp.room.v1.LuckyGiftDrawResult
|
|
|
|
|
170, // 205: hyapp.room.v1.SendGiftResultV2.lucky_hits:type_name -> hyapp.room.v1.SendGiftLuckyHit
|
|
|
|
|
129, // 206: hyapp.room.v1.SendGiftResultV2.batch_display:type_name -> hyapp.room.v1.SendGiftBatchDisplay
|
|
|
|
|
5, // 207: hyapp.room.v1.SendGiftResultV2.gift_rank:type_name -> hyapp.room.v1.RankItem
|
|
|
|
|
72, // 208: hyapp.room.v1.RoomCommandService.CreateRoom:input_type -> hyapp.room.v1.CreateRoomRequest
|
|
|
|
|
74, // 209: hyapp.room.v1.RoomCommandService.UpdateRoomProfile:input_type -> hyapp.room.v1.UpdateRoomProfileRequest
|
|
|
|
|
57, // 210: hyapp.room.v1.RoomCommandService.SaveRoomBackground:input_type -> hyapp.room.v1.SaveRoomBackgroundRequest
|
|
|
|
|
61, // 211: hyapp.room.v1.RoomCommandService.SetRoomBackground:input_type -> hyapp.room.v1.SetRoomBackgroundRequest
|
|
|
|
|
64, // 212: hyapp.room.v1.RoomCommandService.ApplyRoomDecoration:input_type -> hyapp.room.v1.ApplyRoomDecorationRequest
|
|
|
|
|
70, // 213: hyapp.room.v1.RoomCommandService.SendRoomImage:input_type -> hyapp.room.v1.SendRoomImageRequest
|
|
|
|
|
78, // 214: hyapp.room.v1.RoomCommandService.JoinRoom:input_type -> hyapp.room.v1.JoinRoomRequest
|
|
|
|
|
81, // 215: hyapp.room.v1.RoomCommandService.RoomHeartbeat:input_type -> hyapp.room.v1.RoomHeartbeatRequest
|
|
|
|
|
83, // 216: hyapp.room.v1.RoomCommandService.LeaveRoom:input_type -> hyapp.room.v1.LeaveRoomRequest
|
|
|
|
|
85, // 217: hyapp.room.v1.RoomCommandService.CloseRoom:input_type -> hyapp.room.v1.CloseRoomRequest
|
|
|
|
|
92, // 218: hyapp.room.v1.RoomCommandService.AdminUpdateRoom:input_type -> hyapp.room.v1.AdminUpdateRoomRequest
|
|
|
|
|
94, // 219: hyapp.room.v1.RoomCommandService.AdminDeleteRoom:input_type -> hyapp.room.v1.AdminDeleteRoomRequest
|
|
|
|
|
19, // 220: hyapp.room.v1.RoomCommandService.AdminUpdateRoomRocketConfig:input_type -> hyapp.room.v1.AdminUpdateRoomRocketConfigRequest
|
|
|
|
|
24, // 221: hyapp.room.v1.RoomCommandService.AdminUpdateRoomSeatConfig:input_type -> hyapp.room.v1.AdminUpdateRoomSeatConfigRequest
|
|
|
|
|
31, // 222: hyapp.room.v1.RoomCommandService.AdminUpdateHumanRoomRobotConfig:input_type -> hyapp.room.v1.AdminUpdateHumanRoomRobotConfigRequest
|
|
|
|
|
37, // 223: hyapp.room.v1.RoomCommandService.AdminCreateRoomPin:input_type -> hyapp.room.v1.AdminCreateRoomPinRequest
|
|
|
|
|
39, // 224: hyapp.room.v1.RoomCommandService.AdminCancelRoomPin:input_type -> hyapp.room.v1.AdminCancelRoomPinRequest
|
|
|
|
|
45, // 225: hyapp.room.v1.RoomCommandService.AdminCreateRobotRoom:input_type -> hyapp.room.v1.AdminCreateRobotRoomRequest
|
|
|
|
|
47, // 226: hyapp.room.v1.RoomCommandService.AdminSetRobotRoomStatus:input_type -> hyapp.room.v1.AdminSetRobotRoomStatusRequest
|
|
|
|
|
49, // 227: hyapp.room.v1.RoomCommandService.AdminRenameOwnerCountryCode:input_type -> hyapp.room.v1.AdminRenameOwnerCountryCodeRequest
|
|
|
|
|
96, // 228: hyapp.room.v1.RoomCommandService.MicUp:input_type -> hyapp.room.v1.MicUpRequest
|
|
|
|
|
98, // 229: hyapp.room.v1.RoomCommandService.MicDown:input_type -> hyapp.room.v1.MicDownRequest
|
|
|
|
|
100, // 230: hyapp.room.v1.RoomCommandService.ChangeMicSeat:input_type -> hyapp.room.v1.ChangeMicSeatRequest
|
|
|
|
|
102, // 231: hyapp.room.v1.RoomCommandService.ConfirmMicPublishing:input_type -> hyapp.room.v1.ConfirmMicPublishingRequest
|
|
|
|
|
104, // 232: hyapp.room.v1.RoomCommandService.MicHeartbeat:input_type -> hyapp.room.v1.MicHeartbeatRequest
|
|
|
|
|
106, // 233: hyapp.room.v1.RoomCommandService.SetMicMute:input_type -> hyapp.room.v1.SetMicMuteRequest
|
|
|
|
|
108, // 234: hyapp.room.v1.RoomCommandService.ApplyRTCEvent:input_type -> hyapp.room.v1.ApplyRTCEventRequest
|
|
|
|
|
110, // 235: hyapp.room.v1.RoomCommandService.SetMicSeatLock:input_type -> hyapp.room.v1.SetMicSeatLockRequest
|
|
|
|
|
112, // 236: hyapp.room.v1.RoomCommandService.SetChatEnabled:input_type -> hyapp.room.v1.SetChatEnabledRequest
|
|
|
|
|
114, // 237: hyapp.room.v1.RoomCommandService.SetRoomPassword:input_type -> hyapp.room.v1.SetRoomPasswordRequest
|
|
|
|
|
116, // 238: hyapp.room.v1.RoomCommandService.SetRoomAdmin:input_type -> hyapp.room.v1.SetRoomAdminRequest
|
|
|
|
|
118, // 239: hyapp.room.v1.RoomCommandService.MuteUser:input_type -> hyapp.room.v1.MuteUserRequest
|
|
|
|
|
120, // 240: hyapp.room.v1.RoomCommandService.KickUser:input_type -> hyapp.room.v1.KickUserRequest
|
|
|
|
|
122, // 241: hyapp.room.v1.RoomCommandService.UnbanUser:input_type -> hyapp.room.v1.UnbanUserRequest
|
|
|
|
|
124, // 242: hyapp.room.v1.RoomCommandService.SystemEvictUser:input_type -> hyapp.room.v1.SystemEvictUserRequest
|
|
|
|
|
130, // 243: hyapp.room.v1.RoomCommandService.SendGift:input_type -> hyapp.room.v1.SendGiftRequest
|
|
|
|
|
166, // 244: hyapp.room.v1.RoomCommandService.FollowRoom:input_type -> hyapp.room.v1.FollowRoomRequest
|
|
|
|
|
168, // 245: hyapp.room.v1.RoomCommandService.UnfollowRoom:input_type -> hyapp.room.v1.UnfollowRoomRequest
|
|
|
|
|
132, // 246: hyapp.room.v1.RoomGuardService.CheckSpeakPermission:input_type -> hyapp.room.v1.CheckSpeakPermissionRequest
|
|
|
|
|
134, // 247: hyapp.room.v1.RoomGuardService.VerifyRoomPresence:input_type -> hyapp.room.v1.VerifyRoomPresenceRequest
|
|
|
|
|
136, // 248: hyapp.room.v1.RoomGuardService.ResolveRoomAppCode:input_type -> hyapp.room.v1.ResolveRoomAppCodeRequest
|
|
|
|
|
66, // 249: hyapp.room.v1.RoomGuardService.AuthorizeRoomMediaUpload:input_type -> hyapp.room.v1.AuthorizeRoomMediaUploadRequest
|
|
|
|
|
68, // 250: hyapp.room.v1.RoomGuardService.CompleteRoomMediaUpload:input_type -> hyapp.room.v1.CompleteRoomMediaUploadRequest
|
|
|
|
|
88, // 251: hyapp.room.v1.RoomQueryService.AdminListRooms:input_type -> hyapp.room.v1.AdminListRoomsRequest
|
|
|
|
|
90, // 252: hyapp.room.v1.RoomQueryService.AdminGetRoom:input_type -> hyapp.room.v1.AdminGetRoomRequest
|
|
|
|
|
17, // 253: hyapp.room.v1.RoomQueryService.AdminGetRoomRocketConfig:input_type -> hyapp.room.v1.AdminGetRoomRocketConfigRequest
|
|
|
|
|
22, // 254: hyapp.room.v1.RoomQueryService.AdminGetRoomSeatConfig:input_type -> hyapp.room.v1.AdminGetRoomSeatConfigRequest
|
|
|
|
|
29, // 255: hyapp.room.v1.RoomQueryService.AdminGetHumanRoomRobotConfig:input_type -> hyapp.room.v1.AdminGetHumanRoomRobotConfigRequest
|
|
|
|
|
35, // 256: hyapp.room.v1.RoomQueryService.AdminListRoomPins:input_type -> hyapp.room.v1.AdminListRoomPinsRequest
|
|
|
|
|
43, // 257: hyapp.room.v1.RoomQueryService.AdminListRobotRooms:input_type -> hyapp.room.v1.AdminListRobotRoomsRequest
|
|
|
|
|
51, // 258: hyapp.room.v1.RoomQueryService.AdminFilterAvailableRoomRobots:input_type -> hyapp.room.v1.AdminFilterAvailableRoomRobotsRequest
|
|
|
|
|
138, // 259: hyapp.room.v1.RoomQueryService.ListRooms:input_type -> hyapp.room.v1.ListRoomsRequest
|
|
|
|
|
139, // 260: hyapp.room.v1.RoomQueryService.ListRoomsByOwners:input_type -> hyapp.room.v1.ListRoomsByOwnersRequest
|
|
|
|
|
140, // 261: hyapp.room.v1.RoomQueryService.ListRoomFeeds:input_type -> hyapp.room.v1.ListRoomFeedsRequest
|
|
|
|
|
141, // 262: hyapp.room.v1.RoomQueryService.ListRoomGiftLeaderboard:input_type -> hyapp.room.v1.ListRoomGiftLeaderboardRequest
|
|
|
|
|
147, // 263: hyapp.room.v1.RoomQueryService.ListRoomContributionRank:input_type -> hyapp.room.v1.ListRoomContributionRankRequest
|
|
|
|
|
149, // 264: hyapp.room.v1.RoomQueryService.GetMyRoom:input_type -> hyapp.room.v1.GetMyRoomRequest
|
|
|
|
|
151, // 265: hyapp.room.v1.RoomQueryService.GetCurrentRoom:input_type -> hyapp.room.v1.GetCurrentRoomRequest
|
|
|
|
|
153, // 266: hyapp.room.v1.RoomQueryService.BatchGetUserVoiceRoomPresences:input_type -> hyapp.room.v1.BatchGetUserVoiceRoomPresencesRequest
|
|
|
|
|
157, // 267: hyapp.room.v1.RoomQueryService.GetRoomSnapshot:input_type -> hyapp.room.v1.GetRoomSnapshotRequest
|
|
|
|
|
59, // 268: hyapp.room.v1.RoomQueryService.ListRoomBackgrounds:input_type -> hyapp.room.v1.ListRoomBackgroundsRequest
|
|
|
|
|
159, // 269: hyapp.room.v1.RoomQueryService.GetRoomRocket:input_type -> hyapp.room.v1.GetRoomRocketRequest
|
|
|
|
|
161, // 270: hyapp.room.v1.RoomQueryService.ListRoomOnlineUsers:input_type -> hyapp.room.v1.ListRoomOnlineUsersRequest
|
|
|
|
|
164, // 271: hyapp.room.v1.RoomQueryService.ListRoomBannedUsers:input_type -> hyapp.room.v1.ListRoomBannedUsersRequest
|
|
|
|
|
73, // 272: hyapp.room.v1.RoomCommandService.CreateRoom:output_type -> hyapp.room.v1.CreateRoomResponse
|
|
|
|
|
75, // 273: hyapp.room.v1.RoomCommandService.UpdateRoomProfile:output_type -> hyapp.room.v1.UpdateRoomProfileResponse
|
|
|
|
|
58, // 274: hyapp.room.v1.RoomCommandService.SaveRoomBackground:output_type -> hyapp.room.v1.SaveRoomBackgroundResponse
|
|
|
|
|
62, // 275: hyapp.room.v1.RoomCommandService.SetRoomBackground:output_type -> hyapp.room.v1.SetRoomBackgroundResponse
|
|
|
|
|
65, // 276: hyapp.room.v1.RoomCommandService.ApplyRoomDecoration:output_type -> hyapp.room.v1.ApplyRoomDecorationResponse
|
|
|
|
|
71, // 277: hyapp.room.v1.RoomCommandService.SendRoomImage:output_type -> hyapp.room.v1.SendRoomImageResponse
|
|
|
|
|
80, // 278: hyapp.room.v1.RoomCommandService.JoinRoom:output_type -> hyapp.room.v1.JoinRoomResponse
|
|
|
|
|
82, // 279: hyapp.room.v1.RoomCommandService.RoomHeartbeat:output_type -> hyapp.room.v1.RoomHeartbeatResponse
|
|
|
|
|
84, // 280: hyapp.room.v1.RoomCommandService.LeaveRoom:output_type -> hyapp.room.v1.LeaveRoomResponse
|
|
|
|
|
86, // 281: hyapp.room.v1.RoomCommandService.CloseRoom:output_type -> hyapp.room.v1.CloseRoomResponse
|
|
|
|
|
93, // 282: hyapp.room.v1.RoomCommandService.AdminUpdateRoom:output_type -> hyapp.room.v1.AdminUpdateRoomResponse
|
|
|
|
|
95, // 283: hyapp.room.v1.RoomCommandService.AdminDeleteRoom:output_type -> hyapp.room.v1.AdminDeleteRoomResponse
|
|
|
|
|
20, // 284: hyapp.room.v1.RoomCommandService.AdminUpdateRoomRocketConfig:output_type -> hyapp.room.v1.AdminUpdateRoomRocketConfigResponse
|
|
|
|
|
25, // 285: hyapp.room.v1.RoomCommandService.AdminUpdateRoomSeatConfig:output_type -> hyapp.room.v1.AdminUpdateRoomSeatConfigResponse
|
|
|
|
|
32, // 286: hyapp.room.v1.RoomCommandService.AdminUpdateHumanRoomRobotConfig:output_type -> hyapp.room.v1.AdminUpdateHumanRoomRobotConfigResponse
|
|
|
|
|
38, // 287: hyapp.room.v1.RoomCommandService.AdminCreateRoomPin:output_type -> hyapp.room.v1.AdminCreateRoomPinResponse
|
|
|
|
|
40, // 288: hyapp.room.v1.RoomCommandService.AdminCancelRoomPin:output_type -> hyapp.room.v1.AdminCancelRoomPinResponse
|
|
|
|
|
46, // 289: hyapp.room.v1.RoomCommandService.AdminCreateRobotRoom:output_type -> hyapp.room.v1.AdminCreateRobotRoomResponse
|
|
|
|
|
48, // 290: hyapp.room.v1.RoomCommandService.AdminSetRobotRoomStatus:output_type -> hyapp.room.v1.AdminSetRobotRoomStatusResponse
|
|
|
|
|
50, // 291: hyapp.room.v1.RoomCommandService.AdminRenameOwnerCountryCode:output_type -> hyapp.room.v1.AdminRenameOwnerCountryCodeResponse
|
|
|
|
|
97, // 292: hyapp.room.v1.RoomCommandService.MicUp:output_type -> hyapp.room.v1.MicUpResponse
|
|
|
|
|
99, // 293: hyapp.room.v1.RoomCommandService.MicDown:output_type -> hyapp.room.v1.MicDownResponse
|
|
|
|
|
101, // 294: hyapp.room.v1.RoomCommandService.ChangeMicSeat:output_type -> hyapp.room.v1.ChangeMicSeatResponse
|
|
|
|
|
103, // 295: hyapp.room.v1.RoomCommandService.ConfirmMicPublishing:output_type -> hyapp.room.v1.ConfirmMicPublishingResponse
|
|
|
|
|
105, // 296: hyapp.room.v1.RoomCommandService.MicHeartbeat:output_type -> hyapp.room.v1.MicHeartbeatResponse
|
|
|
|
|
107, // 297: hyapp.room.v1.RoomCommandService.SetMicMute:output_type -> hyapp.room.v1.SetMicMuteResponse
|
|
|
|
|
109, // 298: hyapp.room.v1.RoomCommandService.ApplyRTCEvent:output_type -> hyapp.room.v1.ApplyRTCEventResponse
|
|
|
|
|
111, // 299: hyapp.room.v1.RoomCommandService.SetMicSeatLock:output_type -> hyapp.room.v1.SetMicSeatLockResponse
|
|
|
|
|
113, // 300: hyapp.room.v1.RoomCommandService.SetChatEnabled:output_type -> hyapp.room.v1.SetChatEnabledResponse
|
|
|
|
|
115, // 301: hyapp.room.v1.RoomCommandService.SetRoomPassword:output_type -> hyapp.room.v1.SetRoomPasswordResponse
|
|
|
|
|
117, // 302: hyapp.room.v1.RoomCommandService.SetRoomAdmin:output_type -> hyapp.room.v1.SetRoomAdminResponse
|
|
|
|
|
119, // 303: hyapp.room.v1.RoomCommandService.MuteUser:output_type -> hyapp.room.v1.MuteUserResponse
|
|
|
|
|
121, // 304: hyapp.room.v1.RoomCommandService.KickUser:output_type -> hyapp.room.v1.KickUserResponse
|
|
|
|
|
123, // 305: hyapp.room.v1.RoomCommandService.UnbanUser:output_type -> hyapp.room.v1.UnbanUserResponse
|
|
|
|
|
125, // 306: hyapp.room.v1.RoomCommandService.SystemEvictUser:output_type -> hyapp.room.v1.SystemEvictUserResponse
|
|
|
|
|
131, // 307: hyapp.room.v1.RoomCommandService.SendGift:output_type -> hyapp.room.v1.SendGiftResponse
|
|
|
|
|
167, // 308: hyapp.room.v1.RoomCommandService.FollowRoom:output_type -> hyapp.room.v1.FollowRoomResponse
|
|
|
|
|
169, // 309: hyapp.room.v1.RoomCommandService.UnfollowRoom:output_type -> hyapp.room.v1.UnfollowRoomResponse
|
|
|
|
|
133, // 310: hyapp.room.v1.RoomGuardService.CheckSpeakPermission:output_type -> hyapp.room.v1.CheckSpeakPermissionResponse
|
|
|
|
|
135, // 311: hyapp.room.v1.RoomGuardService.VerifyRoomPresence:output_type -> hyapp.room.v1.VerifyRoomPresenceResponse
|
|
|
|
|
137, // 312: hyapp.room.v1.RoomGuardService.ResolveRoomAppCode:output_type -> hyapp.room.v1.ResolveRoomAppCodeResponse
|
|
|
|
|
67, // 313: hyapp.room.v1.RoomGuardService.AuthorizeRoomMediaUpload:output_type -> hyapp.room.v1.AuthorizeRoomMediaUploadResponse
|
|
|
|
|
69, // 314: hyapp.room.v1.RoomGuardService.CompleteRoomMediaUpload:output_type -> hyapp.room.v1.CompleteRoomMediaUploadResponse
|
|
|
|
|
89, // 315: hyapp.room.v1.RoomQueryService.AdminListRooms:output_type -> hyapp.room.v1.AdminListRoomsResponse
|
|
|
|
|
91, // 316: hyapp.room.v1.RoomQueryService.AdminGetRoom:output_type -> hyapp.room.v1.AdminGetRoomResponse
|
|
|
|
|
18, // 317: hyapp.room.v1.RoomQueryService.AdminGetRoomRocketConfig:output_type -> hyapp.room.v1.AdminGetRoomRocketConfigResponse
|
|
|
|
|
23, // 318: hyapp.room.v1.RoomQueryService.AdminGetRoomSeatConfig:output_type -> hyapp.room.v1.AdminGetRoomSeatConfigResponse
|
|
|
|
|
30, // 319: hyapp.room.v1.RoomQueryService.AdminGetHumanRoomRobotConfig:output_type -> hyapp.room.v1.AdminGetHumanRoomRobotConfigResponse
|
|
|
|
|
36, // 320: hyapp.room.v1.RoomQueryService.AdminListRoomPins:output_type -> hyapp.room.v1.AdminListRoomPinsResponse
|
|
|
|
|
44, // 321: hyapp.room.v1.RoomQueryService.AdminListRobotRooms:output_type -> hyapp.room.v1.AdminListRobotRoomsResponse
|
|
|
|
|
52, // 322: hyapp.room.v1.RoomQueryService.AdminFilterAvailableRoomRobots:output_type -> hyapp.room.v1.AdminFilterAvailableRoomRobotsResponse
|
|
|
|
|
144, // 323: hyapp.room.v1.RoomQueryService.ListRooms:output_type -> hyapp.room.v1.ListRoomsResponse
|
|
|
|
|
144, // 324: hyapp.room.v1.RoomQueryService.ListRoomsByOwners:output_type -> hyapp.room.v1.ListRoomsResponse
|
|
|
|
|
144, // 325: hyapp.room.v1.RoomQueryService.ListRoomFeeds:output_type -> hyapp.room.v1.ListRoomsResponse
|
|
|
|
|
146, // 326: hyapp.room.v1.RoomQueryService.ListRoomGiftLeaderboard:output_type -> hyapp.room.v1.ListRoomGiftLeaderboardResponse
|
|
|
|
|
148, // 327: hyapp.room.v1.RoomQueryService.ListRoomContributionRank:output_type -> hyapp.room.v1.ListRoomContributionRankResponse
|
|
|
|
|
150, // 328: hyapp.room.v1.RoomQueryService.GetMyRoom:output_type -> hyapp.room.v1.GetMyRoomResponse
|
|
|
|
|
152, // 329: hyapp.room.v1.RoomQueryService.GetCurrentRoom:output_type -> hyapp.room.v1.GetCurrentRoomResponse
|
|
|
|
|
156, // 330: hyapp.room.v1.RoomQueryService.BatchGetUserVoiceRoomPresences:output_type -> hyapp.room.v1.BatchGetUserVoiceRoomPresencesResponse
|
|
|
|
|
158, // 331: hyapp.room.v1.RoomQueryService.GetRoomSnapshot:output_type -> hyapp.room.v1.GetRoomSnapshotResponse
|
|
|
|
|
60, // 332: hyapp.room.v1.RoomQueryService.ListRoomBackgrounds:output_type -> hyapp.room.v1.ListRoomBackgroundsResponse
|
|
|
|
|
160, // 333: hyapp.room.v1.RoomQueryService.GetRoomRocket:output_type -> hyapp.room.v1.GetRoomRocketResponse
|
|
|
|
|
162, // 334: hyapp.room.v1.RoomQueryService.ListRoomOnlineUsers:output_type -> hyapp.room.v1.ListRoomOnlineUsersResponse
|
|
|
|
|
165, // 335: hyapp.room.v1.RoomQueryService.ListRoomBannedUsers:output_type -> hyapp.room.v1.ListRoomBannedUsersResponse
|
|
|
|
|
272, // [272:336] is the sub-list for method output_type
|
|
|
|
|
208, // [208:272] is the sub-list for method input_type
|
|
|
|
|
208, // [208:208] is the sub-list for extension type_name
|
|
|
|
|
208, // [208:208] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:208] is the sub-list for field type_name
|
|
|
|
|
0, // 196: hyapp.room.v1.ApplyRoomRPSGiftRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
1, // 197: hyapp.room.v1.ApplyRoomRPSGiftResponse.result:type_name -> hyapp.room.v1.CommandResult
|
|
|
|
|
13, // 198: hyapp.room.v1.ApplyRoomRPSGiftResponse.rocket:type_name -> hyapp.room.v1.RoomRocketState
|
|
|
|
|
0, // 199: hyapp.room.v1.ListRoomOnlineUsersRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
2, // 200: hyapp.room.v1.ListRoomOnlineUsersResponse.users:type_name -> hyapp.room.v1.RoomUser
|
|
|
|
|
3, // 201: hyapp.room.v1.ListRoomOnlineUsersResponse.items:type_name -> hyapp.room.v1.RoomOnlineUser
|
|
|
|
|
0, // 202: hyapp.room.v1.ListRoomBannedUsersRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
165, // 203: hyapp.room.v1.ListRoomBannedUsersResponse.items:type_name -> hyapp.room.v1.RoomBannedUser
|
|
|
|
|
0, // 204: hyapp.room.v1.FollowRoomRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
0, // 205: hyapp.room.v1.UnfollowRoomRequest.meta:type_name -> hyapp.room.v1.RequestMeta
|
|
|
|
|
7, // 206: hyapp.room.v1.SendGiftResultV2.lucky_gift:type_name -> hyapp.room.v1.LuckyGiftDrawResult
|
|
|
|
|
7, // 207: hyapp.room.v1.SendGiftResultV2.lucky_gifts:type_name -> hyapp.room.v1.LuckyGiftDrawResult
|
|
|
|
|
172, // 208: hyapp.room.v1.SendGiftResultV2.lucky_hits:type_name -> hyapp.room.v1.SendGiftLuckyHit
|
|
|
|
|
129, // 209: hyapp.room.v1.SendGiftResultV2.batch_display:type_name -> hyapp.room.v1.SendGiftBatchDisplay
|
|
|
|
|
5, // 210: hyapp.room.v1.SendGiftResultV2.gift_rank:type_name -> hyapp.room.v1.RankItem
|
|
|
|
|
72, // 211: hyapp.room.v1.RoomCommandService.CreateRoom:input_type -> hyapp.room.v1.CreateRoomRequest
|
|
|
|
|
74, // 212: hyapp.room.v1.RoomCommandService.UpdateRoomProfile:input_type -> hyapp.room.v1.UpdateRoomProfileRequest
|
|
|
|
|
57, // 213: hyapp.room.v1.RoomCommandService.SaveRoomBackground:input_type -> hyapp.room.v1.SaveRoomBackgroundRequest
|
|
|
|
|
61, // 214: hyapp.room.v1.RoomCommandService.SetRoomBackground:input_type -> hyapp.room.v1.SetRoomBackgroundRequest
|
|
|
|
|
64, // 215: hyapp.room.v1.RoomCommandService.ApplyRoomDecoration:input_type -> hyapp.room.v1.ApplyRoomDecorationRequest
|
|
|
|
|
70, // 216: hyapp.room.v1.RoomCommandService.SendRoomImage:input_type -> hyapp.room.v1.SendRoomImageRequest
|
|
|
|
|
78, // 217: hyapp.room.v1.RoomCommandService.JoinRoom:input_type -> hyapp.room.v1.JoinRoomRequest
|
|
|
|
|
81, // 218: hyapp.room.v1.RoomCommandService.RoomHeartbeat:input_type -> hyapp.room.v1.RoomHeartbeatRequest
|
|
|
|
|
83, // 219: hyapp.room.v1.RoomCommandService.LeaveRoom:input_type -> hyapp.room.v1.LeaveRoomRequest
|
|
|
|
|
85, // 220: hyapp.room.v1.RoomCommandService.CloseRoom:input_type -> hyapp.room.v1.CloseRoomRequest
|
|
|
|
|
92, // 221: hyapp.room.v1.RoomCommandService.AdminUpdateRoom:input_type -> hyapp.room.v1.AdminUpdateRoomRequest
|
|
|
|
|
94, // 222: hyapp.room.v1.RoomCommandService.AdminDeleteRoom:input_type -> hyapp.room.v1.AdminDeleteRoomRequest
|
|
|
|
|
19, // 223: hyapp.room.v1.RoomCommandService.AdminUpdateRoomRocketConfig:input_type -> hyapp.room.v1.AdminUpdateRoomRocketConfigRequest
|
|
|
|
|
24, // 224: hyapp.room.v1.RoomCommandService.AdminUpdateRoomSeatConfig:input_type -> hyapp.room.v1.AdminUpdateRoomSeatConfigRequest
|
|
|
|
|
31, // 225: hyapp.room.v1.RoomCommandService.AdminUpdateHumanRoomRobotConfig:input_type -> hyapp.room.v1.AdminUpdateHumanRoomRobotConfigRequest
|
|
|
|
|
37, // 226: hyapp.room.v1.RoomCommandService.AdminCreateRoomPin:input_type -> hyapp.room.v1.AdminCreateRoomPinRequest
|
|
|
|
|
39, // 227: hyapp.room.v1.RoomCommandService.AdminCancelRoomPin:input_type -> hyapp.room.v1.AdminCancelRoomPinRequest
|
|
|
|
|
45, // 228: hyapp.room.v1.RoomCommandService.AdminCreateRobotRoom:input_type -> hyapp.room.v1.AdminCreateRobotRoomRequest
|
|
|
|
|
47, // 229: hyapp.room.v1.RoomCommandService.AdminSetRobotRoomStatus:input_type -> hyapp.room.v1.AdminSetRobotRoomStatusRequest
|
|
|
|
|
49, // 230: hyapp.room.v1.RoomCommandService.AdminRenameOwnerCountryCode:input_type -> hyapp.room.v1.AdminRenameOwnerCountryCodeRequest
|
|
|
|
|
96, // 231: hyapp.room.v1.RoomCommandService.MicUp:input_type -> hyapp.room.v1.MicUpRequest
|
|
|
|
|
98, // 232: hyapp.room.v1.RoomCommandService.MicDown:input_type -> hyapp.room.v1.MicDownRequest
|
|
|
|
|
100, // 233: hyapp.room.v1.RoomCommandService.ChangeMicSeat:input_type -> hyapp.room.v1.ChangeMicSeatRequest
|
|
|
|
|
102, // 234: hyapp.room.v1.RoomCommandService.ConfirmMicPublishing:input_type -> hyapp.room.v1.ConfirmMicPublishingRequest
|
|
|
|
|
104, // 235: hyapp.room.v1.RoomCommandService.MicHeartbeat:input_type -> hyapp.room.v1.MicHeartbeatRequest
|
|
|
|
|
106, // 236: hyapp.room.v1.RoomCommandService.SetMicMute:input_type -> hyapp.room.v1.SetMicMuteRequest
|
|
|
|
|
108, // 237: hyapp.room.v1.RoomCommandService.ApplyRTCEvent:input_type -> hyapp.room.v1.ApplyRTCEventRequest
|
|
|
|
|
110, // 238: hyapp.room.v1.RoomCommandService.SetMicSeatLock:input_type -> hyapp.room.v1.SetMicSeatLockRequest
|
|
|
|
|
112, // 239: hyapp.room.v1.RoomCommandService.SetChatEnabled:input_type -> hyapp.room.v1.SetChatEnabledRequest
|
|
|
|
|
114, // 240: hyapp.room.v1.RoomCommandService.SetRoomPassword:input_type -> hyapp.room.v1.SetRoomPasswordRequest
|
|
|
|
|
116, // 241: hyapp.room.v1.RoomCommandService.SetRoomAdmin:input_type -> hyapp.room.v1.SetRoomAdminRequest
|
|
|
|
|
118, // 242: hyapp.room.v1.RoomCommandService.MuteUser:input_type -> hyapp.room.v1.MuteUserRequest
|
|
|
|
|
120, // 243: hyapp.room.v1.RoomCommandService.KickUser:input_type -> hyapp.room.v1.KickUserRequest
|
|
|
|
|
122, // 244: hyapp.room.v1.RoomCommandService.UnbanUser:input_type -> hyapp.room.v1.UnbanUserRequest
|
|
|
|
|
124, // 245: hyapp.room.v1.RoomCommandService.SystemEvictUser:input_type -> hyapp.room.v1.SystemEvictUserRequest
|
|
|
|
|
130, // 246: hyapp.room.v1.RoomCommandService.SendGift:input_type -> hyapp.room.v1.SendGiftRequest
|
|
|
|
|
161, // 247: hyapp.room.v1.RoomCommandService.ApplyRoomRPSGift:input_type -> hyapp.room.v1.ApplyRoomRPSGiftRequest
|
|
|
|
|
168, // 248: hyapp.room.v1.RoomCommandService.FollowRoom:input_type -> hyapp.room.v1.FollowRoomRequest
|
|
|
|
|
170, // 249: hyapp.room.v1.RoomCommandService.UnfollowRoom:input_type -> hyapp.room.v1.UnfollowRoomRequest
|
|
|
|
|
132, // 250: hyapp.room.v1.RoomGuardService.CheckSpeakPermission:input_type -> hyapp.room.v1.CheckSpeakPermissionRequest
|
|
|
|
|
134, // 251: hyapp.room.v1.RoomGuardService.VerifyRoomPresence:input_type -> hyapp.room.v1.VerifyRoomPresenceRequest
|
|
|
|
|
136, // 252: hyapp.room.v1.RoomGuardService.ResolveRoomAppCode:input_type -> hyapp.room.v1.ResolveRoomAppCodeRequest
|
|
|
|
|
66, // 253: hyapp.room.v1.RoomGuardService.AuthorizeRoomMediaUpload:input_type -> hyapp.room.v1.AuthorizeRoomMediaUploadRequest
|
|
|
|
|
68, // 254: hyapp.room.v1.RoomGuardService.CompleteRoomMediaUpload:input_type -> hyapp.room.v1.CompleteRoomMediaUploadRequest
|
|
|
|
|
88, // 255: hyapp.room.v1.RoomQueryService.AdminListRooms:input_type -> hyapp.room.v1.AdminListRoomsRequest
|
|
|
|
|
90, // 256: hyapp.room.v1.RoomQueryService.AdminGetRoom:input_type -> hyapp.room.v1.AdminGetRoomRequest
|
|
|
|
|
17, // 257: hyapp.room.v1.RoomQueryService.AdminGetRoomRocketConfig:input_type -> hyapp.room.v1.AdminGetRoomRocketConfigRequest
|
|
|
|
|
22, // 258: hyapp.room.v1.RoomQueryService.AdminGetRoomSeatConfig:input_type -> hyapp.room.v1.AdminGetRoomSeatConfigRequest
|
|
|
|
|
29, // 259: hyapp.room.v1.RoomQueryService.AdminGetHumanRoomRobotConfig:input_type -> hyapp.room.v1.AdminGetHumanRoomRobotConfigRequest
|
|
|
|
|
35, // 260: hyapp.room.v1.RoomQueryService.AdminListRoomPins:input_type -> hyapp.room.v1.AdminListRoomPinsRequest
|
|
|
|
|
43, // 261: hyapp.room.v1.RoomQueryService.AdminListRobotRooms:input_type -> hyapp.room.v1.AdminListRobotRoomsRequest
|
|
|
|
|
51, // 262: hyapp.room.v1.RoomQueryService.AdminFilterAvailableRoomRobots:input_type -> hyapp.room.v1.AdminFilterAvailableRoomRobotsRequest
|
|
|
|
|
138, // 263: hyapp.room.v1.RoomQueryService.ListRooms:input_type -> hyapp.room.v1.ListRoomsRequest
|
|
|
|
|
139, // 264: hyapp.room.v1.RoomQueryService.ListRoomsByOwners:input_type -> hyapp.room.v1.ListRoomsByOwnersRequest
|
|
|
|
|
140, // 265: hyapp.room.v1.RoomQueryService.ListRoomFeeds:input_type -> hyapp.room.v1.ListRoomFeedsRequest
|
|
|
|
|
141, // 266: hyapp.room.v1.RoomQueryService.ListRoomGiftLeaderboard:input_type -> hyapp.room.v1.ListRoomGiftLeaderboardRequest
|
|
|
|
|
147, // 267: hyapp.room.v1.RoomQueryService.ListRoomContributionRank:input_type -> hyapp.room.v1.ListRoomContributionRankRequest
|
|
|
|
|
149, // 268: hyapp.room.v1.RoomQueryService.GetMyRoom:input_type -> hyapp.room.v1.GetMyRoomRequest
|
|
|
|
|
151, // 269: hyapp.room.v1.RoomQueryService.GetCurrentRoom:input_type -> hyapp.room.v1.GetCurrentRoomRequest
|
|
|
|
|
153, // 270: hyapp.room.v1.RoomQueryService.BatchGetUserVoiceRoomPresences:input_type -> hyapp.room.v1.BatchGetUserVoiceRoomPresencesRequest
|
|
|
|
|
157, // 271: hyapp.room.v1.RoomQueryService.GetRoomSnapshot:input_type -> hyapp.room.v1.GetRoomSnapshotRequest
|
|
|
|
|
59, // 272: hyapp.room.v1.RoomQueryService.ListRoomBackgrounds:input_type -> hyapp.room.v1.ListRoomBackgroundsRequest
|
|
|
|
|
159, // 273: hyapp.room.v1.RoomQueryService.GetRoomRocket:input_type -> hyapp.room.v1.GetRoomRocketRequest
|
|
|
|
|
163, // 274: hyapp.room.v1.RoomQueryService.ListRoomOnlineUsers:input_type -> hyapp.room.v1.ListRoomOnlineUsersRequest
|
|
|
|
|
166, // 275: hyapp.room.v1.RoomQueryService.ListRoomBannedUsers:input_type -> hyapp.room.v1.ListRoomBannedUsersRequest
|
|
|
|
|
73, // 276: hyapp.room.v1.RoomCommandService.CreateRoom:output_type -> hyapp.room.v1.CreateRoomResponse
|
|
|
|
|
75, // 277: hyapp.room.v1.RoomCommandService.UpdateRoomProfile:output_type -> hyapp.room.v1.UpdateRoomProfileResponse
|
|
|
|
|
58, // 278: hyapp.room.v1.RoomCommandService.SaveRoomBackground:output_type -> hyapp.room.v1.SaveRoomBackgroundResponse
|
|
|
|
|
62, // 279: hyapp.room.v1.RoomCommandService.SetRoomBackground:output_type -> hyapp.room.v1.SetRoomBackgroundResponse
|
|
|
|
|
65, // 280: hyapp.room.v1.RoomCommandService.ApplyRoomDecoration:output_type -> hyapp.room.v1.ApplyRoomDecorationResponse
|
|
|
|
|
71, // 281: hyapp.room.v1.RoomCommandService.SendRoomImage:output_type -> hyapp.room.v1.SendRoomImageResponse
|
|
|
|
|
80, // 282: hyapp.room.v1.RoomCommandService.JoinRoom:output_type -> hyapp.room.v1.JoinRoomResponse
|
|
|
|
|
82, // 283: hyapp.room.v1.RoomCommandService.RoomHeartbeat:output_type -> hyapp.room.v1.RoomHeartbeatResponse
|
|
|
|
|
84, // 284: hyapp.room.v1.RoomCommandService.LeaveRoom:output_type -> hyapp.room.v1.LeaveRoomResponse
|
|
|
|
|
86, // 285: hyapp.room.v1.RoomCommandService.CloseRoom:output_type -> hyapp.room.v1.CloseRoomResponse
|
|
|
|
|
93, // 286: hyapp.room.v1.RoomCommandService.AdminUpdateRoom:output_type -> hyapp.room.v1.AdminUpdateRoomResponse
|
|
|
|
|
95, // 287: hyapp.room.v1.RoomCommandService.AdminDeleteRoom:output_type -> hyapp.room.v1.AdminDeleteRoomResponse
|
|
|
|
|
20, // 288: hyapp.room.v1.RoomCommandService.AdminUpdateRoomRocketConfig:output_type -> hyapp.room.v1.AdminUpdateRoomRocketConfigResponse
|
|
|
|
|
25, // 289: hyapp.room.v1.RoomCommandService.AdminUpdateRoomSeatConfig:output_type -> hyapp.room.v1.AdminUpdateRoomSeatConfigResponse
|
|
|
|
|
32, // 290: hyapp.room.v1.RoomCommandService.AdminUpdateHumanRoomRobotConfig:output_type -> hyapp.room.v1.AdminUpdateHumanRoomRobotConfigResponse
|
|
|
|
|
38, // 291: hyapp.room.v1.RoomCommandService.AdminCreateRoomPin:output_type -> hyapp.room.v1.AdminCreateRoomPinResponse
|
|
|
|
|
40, // 292: hyapp.room.v1.RoomCommandService.AdminCancelRoomPin:output_type -> hyapp.room.v1.AdminCancelRoomPinResponse
|
|
|
|
|
46, // 293: hyapp.room.v1.RoomCommandService.AdminCreateRobotRoom:output_type -> hyapp.room.v1.AdminCreateRobotRoomResponse
|
|
|
|
|
48, // 294: hyapp.room.v1.RoomCommandService.AdminSetRobotRoomStatus:output_type -> hyapp.room.v1.AdminSetRobotRoomStatusResponse
|
|
|
|
|
50, // 295: hyapp.room.v1.RoomCommandService.AdminRenameOwnerCountryCode:output_type -> hyapp.room.v1.AdminRenameOwnerCountryCodeResponse
|
|
|
|
|
97, // 296: hyapp.room.v1.RoomCommandService.MicUp:output_type -> hyapp.room.v1.MicUpResponse
|
|
|
|
|
99, // 297: hyapp.room.v1.RoomCommandService.MicDown:output_type -> hyapp.room.v1.MicDownResponse
|
|
|
|
|
101, // 298: hyapp.room.v1.RoomCommandService.ChangeMicSeat:output_type -> hyapp.room.v1.ChangeMicSeatResponse
|
|
|
|
|
103, // 299: hyapp.room.v1.RoomCommandService.ConfirmMicPublishing:output_type -> hyapp.room.v1.ConfirmMicPublishingResponse
|
|
|
|
|
105, // 300: hyapp.room.v1.RoomCommandService.MicHeartbeat:output_type -> hyapp.room.v1.MicHeartbeatResponse
|
|
|
|
|
107, // 301: hyapp.room.v1.RoomCommandService.SetMicMute:output_type -> hyapp.room.v1.SetMicMuteResponse
|
|
|
|
|
109, // 302: hyapp.room.v1.RoomCommandService.ApplyRTCEvent:output_type -> hyapp.room.v1.ApplyRTCEventResponse
|
|
|
|
|
111, // 303: hyapp.room.v1.RoomCommandService.SetMicSeatLock:output_type -> hyapp.room.v1.SetMicSeatLockResponse
|
|
|
|
|
113, // 304: hyapp.room.v1.RoomCommandService.SetChatEnabled:output_type -> hyapp.room.v1.SetChatEnabledResponse
|
|
|
|
|
115, // 305: hyapp.room.v1.RoomCommandService.SetRoomPassword:output_type -> hyapp.room.v1.SetRoomPasswordResponse
|
|
|
|
|
117, // 306: hyapp.room.v1.RoomCommandService.SetRoomAdmin:output_type -> hyapp.room.v1.SetRoomAdminResponse
|
|
|
|
|
119, // 307: hyapp.room.v1.RoomCommandService.MuteUser:output_type -> hyapp.room.v1.MuteUserResponse
|
|
|
|
|
121, // 308: hyapp.room.v1.RoomCommandService.KickUser:output_type -> hyapp.room.v1.KickUserResponse
|
|
|
|
|
123, // 309: hyapp.room.v1.RoomCommandService.UnbanUser:output_type -> hyapp.room.v1.UnbanUserResponse
|
|
|
|
|
125, // 310: hyapp.room.v1.RoomCommandService.SystemEvictUser:output_type -> hyapp.room.v1.SystemEvictUserResponse
|
|
|
|
|
131, // 311: hyapp.room.v1.RoomCommandService.SendGift:output_type -> hyapp.room.v1.SendGiftResponse
|
|
|
|
|
162, // 312: hyapp.room.v1.RoomCommandService.ApplyRoomRPSGift:output_type -> hyapp.room.v1.ApplyRoomRPSGiftResponse
|
|
|
|
|
169, // 313: hyapp.room.v1.RoomCommandService.FollowRoom:output_type -> hyapp.room.v1.FollowRoomResponse
|
|
|
|
|
171, // 314: hyapp.room.v1.RoomCommandService.UnfollowRoom:output_type -> hyapp.room.v1.UnfollowRoomResponse
|
|
|
|
|
133, // 315: hyapp.room.v1.RoomGuardService.CheckSpeakPermission:output_type -> hyapp.room.v1.CheckSpeakPermissionResponse
|
|
|
|
|
135, // 316: hyapp.room.v1.RoomGuardService.VerifyRoomPresence:output_type -> hyapp.room.v1.VerifyRoomPresenceResponse
|
|
|
|
|
137, // 317: hyapp.room.v1.RoomGuardService.ResolveRoomAppCode:output_type -> hyapp.room.v1.ResolveRoomAppCodeResponse
|
|
|
|
|
67, // 318: hyapp.room.v1.RoomGuardService.AuthorizeRoomMediaUpload:output_type -> hyapp.room.v1.AuthorizeRoomMediaUploadResponse
|
|
|
|
|
69, // 319: hyapp.room.v1.RoomGuardService.CompleteRoomMediaUpload:output_type -> hyapp.room.v1.CompleteRoomMediaUploadResponse
|
|
|
|
|
89, // 320: hyapp.room.v1.RoomQueryService.AdminListRooms:output_type -> hyapp.room.v1.AdminListRoomsResponse
|
|
|
|
|
91, // 321: hyapp.room.v1.RoomQueryService.AdminGetRoom:output_type -> hyapp.room.v1.AdminGetRoomResponse
|
|
|
|
|
18, // 322: hyapp.room.v1.RoomQueryService.AdminGetRoomRocketConfig:output_type -> hyapp.room.v1.AdminGetRoomRocketConfigResponse
|
|
|
|
|
23, // 323: hyapp.room.v1.RoomQueryService.AdminGetRoomSeatConfig:output_type -> hyapp.room.v1.AdminGetRoomSeatConfigResponse
|
|
|
|
|
30, // 324: hyapp.room.v1.RoomQueryService.AdminGetHumanRoomRobotConfig:output_type -> hyapp.room.v1.AdminGetHumanRoomRobotConfigResponse
|
|
|
|
|
36, // 325: hyapp.room.v1.RoomQueryService.AdminListRoomPins:output_type -> hyapp.room.v1.AdminListRoomPinsResponse
|
|
|
|
|
44, // 326: hyapp.room.v1.RoomQueryService.AdminListRobotRooms:output_type -> hyapp.room.v1.AdminListRobotRoomsResponse
|
|
|
|
|
52, // 327: hyapp.room.v1.RoomQueryService.AdminFilterAvailableRoomRobots:output_type -> hyapp.room.v1.AdminFilterAvailableRoomRobotsResponse
|
|
|
|
|
144, // 328: hyapp.room.v1.RoomQueryService.ListRooms:output_type -> hyapp.room.v1.ListRoomsResponse
|
|
|
|
|
144, // 329: hyapp.room.v1.RoomQueryService.ListRoomsByOwners:output_type -> hyapp.room.v1.ListRoomsResponse
|
|
|
|
|
144, // 330: hyapp.room.v1.RoomQueryService.ListRoomFeeds:output_type -> hyapp.room.v1.ListRoomsResponse
|
|
|
|
|
146, // 331: hyapp.room.v1.RoomQueryService.ListRoomGiftLeaderboard:output_type -> hyapp.room.v1.ListRoomGiftLeaderboardResponse
|
|
|
|
|
148, // 332: hyapp.room.v1.RoomQueryService.ListRoomContributionRank:output_type -> hyapp.room.v1.ListRoomContributionRankResponse
|
|
|
|
|
150, // 333: hyapp.room.v1.RoomQueryService.GetMyRoom:output_type -> hyapp.room.v1.GetMyRoomResponse
|
|
|
|
|
152, // 334: hyapp.room.v1.RoomQueryService.GetCurrentRoom:output_type -> hyapp.room.v1.GetCurrentRoomResponse
|
|
|
|
|
156, // 335: hyapp.room.v1.RoomQueryService.BatchGetUserVoiceRoomPresences:output_type -> hyapp.room.v1.BatchGetUserVoiceRoomPresencesResponse
|
|
|
|
|
158, // 336: hyapp.room.v1.RoomQueryService.GetRoomSnapshot:output_type -> hyapp.room.v1.GetRoomSnapshotResponse
|
|
|
|
|
60, // 337: hyapp.room.v1.RoomQueryService.ListRoomBackgrounds:output_type -> hyapp.room.v1.ListRoomBackgroundsResponse
|
|
|
|
|
160, // 338: hyapp.room.v1.RoomQueryService.GetRoomRocket:output_type -> hyapp.room.v1.GetRoomRocketResponse
|
|
|
|
|
164, // 339: hyapp.room.v1.RoomQueryService.ListRoomOnlineUsers:output_type -> hyapp.room.v1.ListRoomOnlineUsersResponse
|
|
|
|
|
167, // 340: hyapp.room.v1.RoomQueryService.ListRoomBannedUsers:output_type -> hyapp.room.v1.ListRoomBannedUsersResponse
|
|
|
|
|
276, // [276:341] is the sub-list for method output_type
|
|
|
|
|
211, // [211:276] is the sub-list for method input_type
|
|
|
|
|
211, // [211:211] is the sub-list for extension type_name
|
|
|
|
|
211, // [211:211] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:211] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_proto_room_v1_room_proto_init() }
|
|
|
|
|
@ -15820,7 +15977,7 @@ func file_proto_room_v1_room_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_proto_room_v1_room_proto_rawDesc), len(file_proto_room_v1_room_proto_rawDesc)),
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 173,
|
|
|
|
|
NumMessages: 175,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 3,
|
|
|
|
|
},
|
|
|
|
|
|