mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Revert "Update to latest proto definitions from SteamDatabase/Protobufs"
This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
parent
38ae8528fb
commit
70a102b373
127 changed files with 28656 additions and 40688 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import "steammessages_base.proto";
|
||||
import "steammessages_unified_base.steamclient.proto";
|
||||
import "steammessages_clientserver_friends.proto";
|
||||
import "enums.proto";
|
||||
|
||||
option cc_generic_services = true;
|
||||
|
||||
|
|
@ -542,6 +541,10 @@ message CChatRoom_GetChatRoomGroupState_Response {
|
|||
optional .CChatRoomGroupState state = 1;
|
||||
}
|
||||
|
||||
message CChatRoom_GetChatRoomGroupSummary_Request {
|
||||
optional uint64 chat_group_id = 1;
|
||||
}
|
||||
|
||||
message CChatRoom_SetAppChatRoomGroupForceActive_Request {
|
||||
optional uint64 chat_group_id = 1;
|
||||
optional uint32 requesting_app_id = 2;
|
||||
|
|
@ -756,20 +759,6 @@ message CChatRoom_GetMessageReactionReactors_Response {
|
|||
repeated uint32 reactors = 1;
|
||||
}
|
||||
|
||||
message CChatRoom_ReportMessage_Request {
|
||||
optional uint64 chat_group_id = 1;
|
||||
optional uint64 chat_id = 2;
|
||||
optional fixed64 steamid_from = 3;
|
||||
optional uint32 timestamp = 4;
|
||||
optional uint32 ordinal = 5;
|
||||
optional .EContentReportReason report_reason = 6 [default = k_EContentReportReason_Invalid];
|
||||
optional string report_text = 7;
|
||||
optional string language = 8;
|
||||
}
|
||||
|
||||
message CChatRoom_ReportMessage_Response {
|
||||
}
|
||||
|
||||
message CClanChatRooms_GetClanChatRoomInfo_Request {
|
||||
optional fixed64 steamid = 1;
|
||||
optional bool autocreate = 2 [default = true];
|
||||
|
|
@ -1030,6 +1019,7 @@ service ChatRoom {
|
|||
rpc GetMessageHistory (.CChatRoom_GetMessageHistory_Request) returns (.CChatRoom_GetMessageHistory_Response);
|
||||
rpc GetMyChatRoomGroups (.CChatRoom_GetMyChatRoomGroups_Request) returns (.CChatRoom_GetMyChatRoomGroups_Response);
|
||||
rpc GetChatRoomGroupState (.CChatRoom_GetChatRoomGroupState_Request) returns (.CChatRoom_GetChatRoomGroupState_Response);
|
||||
rpc GetChatRoomGroupSummary (.CChatRoom_GetChatRoomGroupSummary_Request) returns (.CChatRoom_GetChatRoomGroupSummary_Response);
|
||||
rpc SetAppChatRoomGroupForceActive (.CChatRoom_SetAppChatRoomGroupForceActive_Request) returns (.CChatRoom_SetAppChatRoomGroupForceActive_Response);
|
||||
rpc SetAppChatRoomGroupStopForceActive (.CChatRoom_SetAppChatRoomGroupStopForceActive_Notification) returns (.NoResponse);
|
||||
rpc AckChatMessage (.CChatRoom_AckChatMessage_Notification) returns (.NoResponse);
|
||||
|
|
@ -1047,7 +1037,6 @@ service ChatRoom {
|
|||
rpc SearchMembers (.CChatRoom_SearchMembers_Request) returns (.CChatRoom_SearchMembers_Response);
|
||||
rpc UpdateMessageReaction (.CChatRoom_UpdateMessageReaction_Request) returns (.CChatRoom_UpdateMessageReaction_Response);
|
||||
rpc GetMessageReactionReactors (.CChatRoom_GetMessageReactionReactors_Request) returns (.CChatRoom_GetMessageReactionReactors_Response);
|
||||
rpc ReportMessage (.CChatRoom_ReportMessage_Request) returns (.CChatRoom_ReportMessage_Response);
|
||||
}
|
||||
|
||||
service ClanChatRooms {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue