UNPKG

steam-user

Version:

Steam client for Individual and AnonUser Steam account types

2,097 lines 108 kB
{ "options": { "optimize_for": "SPEED", "cc_generic_services": false, "(force_php_generation)": true }, "nested": { "CHelpRequestLogs_UploadUserApplicationLog_Request": { "fields": { "appid": { "type": "uint32", "id": 1 }, "log_type": { "type": "string", "id": 2 }, "version_string": { "type": "string", "id": 3 }, "log_contents": { "type": "string", "id": 4 } } }, "CHelpRequestLogs_UploadUserApplicationLog_Response": { "fields": { "id": { "type": "uint64", "id": 1 } } }, "CMsgClientAppMinutesPlayedData": { "fields": { "minutes_played": { "rule": "repeated", "type": ".CMsgClientAppMinutesPlayedData_AppMinutesPlayedData", "id": 1 } } }, "CMsgClientAppMinutesPlayedData_AppMinutesPlayedData": { "fields": { "app_id": { "type": "uint32", "id": 1 }, "forever": { "type": "int32", "id": 2 }, "last_two_weeks": { "type": "int32", "id": 3 } } }, "CCommunity_GetApps_Request": { "fields": { "appids": { "rule": "repeated", "type": "int32", "id": 1, "options": { "packed": false } }, "language": { "type": "uint32", "id": 2 } } }, "CCommunity_GetApps_Response": { "fields": { "apps": { "rule": "repeated", "type": ".CCDDBAppDetailCommon", "id": 1 } } }, "CCommunity_GetAppRichPresenceLocalization_Request": { "fields": { "appid": { "type": "int32", "id": 1 }, "language": { "type": "string", "id": 2 } } }, "CCommunity_GetAppRichPresenceLocalization_Response": { "fields": { "appid": { "type": "int32", "id": 1 }, "token_lists": { "rule": "repeated", "type": ".CCommunity_GetAppRichPresenceLocalization_Response_TokenList", "id": 2 } } }, "CCommunity_GetAppRichPresenceLocalization_Response_Token": { "fields": { "name": { "type": "string", "id": 1 }, "value": { "type": "string", "id": 2 } } }, "CCommunity_GetAppRichPresenceLocalization_Response_TokenList": { "fields": { "language": { "type": "string", "id": 1 }, "tokens": { "rule": "repeated", "type": ".CCommunity_GetAppRichPresenceLocalization_Response_Token", "id": 2 } } }, "CCommunity_GetCommentThread_Request": { "fields": { "steamid": { "type": "fixed64", "id": 1 }, "comment_thread_type": { "type": "uint32", "id": 2 }, "gidfeature": { "type": "fixed64", "id": 3 }, "gidfeature2": { "type": "fixed64", "id": 4 }, "commentthreadid": { "type": "fixed64", "id": 5 }, "start": { "type": "int32", "id": 6 }, "count": { "type": "int32", "id": 7 }, "upvoters": { "type": "int32", "id": 8 }, "include_deleted": { "type": "bool", "id": 9 }, "gidcomment": { "type": "fixed64", "id": 10 }, "time_oldest": { "type": "uint32", "id": 11 }, "oldest_first": { "type": "bool", "id": 12 } } }, "CCommunity_Comment": { "fields": { "gidcomment": { "type": "fixed64", "id": 1 }, "steamid": { "type": "fixed64", "id": 2 }, "timestamp": { "type": "uint32", "id": 3 }, "text": { "type": "string", "id": 4 }, "upvotes": { "type": "int32", "id": 5 }, "hidden": { "type": "bool", "id": 6 }, "hidden_by_user": { "type": "bool", "id": 7 }, "deleted": { "type": "bool", "id": 8 }, "ipaddress": { "type": ".CMsgIPAddress", "id": 9 }, "total_hidden": { "type": "int32", "id": 10 }, "upvoted_by_user": { "type": "bool", "id": 11 } } }, "CCommunity_GetCommentThread_Response": { "fields": { "comments": { "rule": "repeated", "type": ".CCommunity_Comment", "id": 1 }, "deleted_comments": { "rule": "repeated", "type": ".CCommunity_Comment", "id": 2 }, "steamid": { "type": "fixed64", "id": 3 }, "commentthreadid": { "type": "fixed64", "id": 4 }, "start": { "type": "int32", "id": 5 }, "count": { "type": "int32", "id": 6 }, "total_count": { "type": "int32", "id": 7 }, "upvotes": { "type": "int32", "id": 8 }, "upvoters": { "rule": "repeated", "type": "uint32", "id": 9, "options": { "packed": false } }, "user_subscribed": { "type": "bool", "id": 10 }, "user_upvoted": { "type": "bool", "id": 11 }, "answer_commentid": { "type": "fixed64", "id": 12 }, "answer_actor": { "type": "uint32", "id": 13 }, "answer_actor_rank": { "type": "int32", "id": 14 }, "can_post": { "type": "bool", "id": 15 } } }, "CCommunity_PostCommentToThread_Request": { "fields": { "steamid": { "type": "fixed64", "id": 1 }, "comment_thread_type": { "type": "uint32", "id": 2 }, "gidfeature": { "type": "fixed64", "id": 3 }, "gidfeature2": { "type": "fixed64", "id": 4 }, "text": { "type": "string", "id": 6 }, "gidparentcomment": { "type": "fixed64", "id": 7 }, "suppress_notifications": { "type": "bool", "id": 8 } } }, "CCommunity_PostCommentToThread_Response": { "fields": { "gidcomment": { "type": "fixed64", "id": 1 }, "commentthreadid": { "type": "fixed64", "id": 2 }, "count": { "type": "int32", "id": 3 }, "upvotes": { "type": "int32", "id": 4 } } }, "CCommunity_DeleteCommentFromThread_Request": { "fields": { "steamid": { "type": "fixed64", "id": 1 }, "comment_thread_type": { "type": "uint32", "id": 2 }, "gidfeature": { "type": "fixed64", "id": 3 }, "gidfeature2": { "type": "fixed64", "id": 4 }, "gidcomment": { "type": "fixed64", "id": 5 }, "undelete": { "type": "bool", "id": 6 } } }, "CCommunity_DeleteCommentFromThread_Response": { "fields": {} }, "CCommunity_RateCommentThread_Request": { "fields": { "commentthreadtype": { "type": "string", "id": 1 }, "steamid": { "type": "uint64", "id": 2 }, "gidfeature": { "type": "uint64", "id": 3 }, "gidfeature2": { "type": "uint64", "id": 4 }, "gidcomment": { "type": "uint64", "id": 5 }, "rate_up": { "type": "bool", "id": 6 }, "suppress_notifications": { "type": "bool", "id": 7 } } }, "CCommunity_RateCommentThread_Response": { "fields": { "gidcomment": { "type": "uint64", "id": 1 }, "commentthreadid": { "type": "uint64", "id": 2 }, "count": { "type": "uint32", "id": 3 }, "upvotes": { "type": "uint32", "id": 4 }, "has_upvoted": { "type": "bool", "id": 5 } } }, "CCommunity_GetCommentThreadRatings_Request": { "fields": { "commentthreadtype": { "type": "string", "id": 1 }, "steamid": { "type": "uint64", "id": 2 }, "gidfeature": { "type": "uint64", "id": 3 }, "gidfeature2": { "type": "uint64", "id": 4 }, "gidcomment": { "type": "uint64", "id": 5 }, "max_results": { "type": "uint32", "id": 6 } } }, "CCommunity_GetCommentThreadRatings_Response": { "fields": { "commentthreadid": { "type": "uint64", "id": 1 }, "gidcomment": { "type": "uint64", "id": 2 }, "upvotes": { "type": "uint32", "id": 3 }, "has_upvoted": { "type": "bool", "id": 4 }, "upvoter_accountids": { "rule": "repeated", "type": "uint32", "id": 5, "options": { "packed": false } } } }, "CCommunity_RateClanAnnouncement_Request": { "fields": { "announcementid": { "type": "uint64", "id": 1 }, "vote_up": { "type": "bool", "id": 2 } } }, "CCommunity_RateClanAnnouncement_Response": { "fields": {} }, "CCommunity_GetClanAnnouncementVoteForUser_Request": { "fields": { "announcementid": { "type": "uint64", "id": 1 } } }, "CCommunity_GetClanAnnouncementVoteForUser_Response": { "fields": { "voted_up": { "type": "bool", "id": 1 }, "voted_down": { "type": "bool", "id": 2 } } }, "CAppPriority": { "fields": { "priority": { "type": "uint32", "id": 1 }, "appid": { "rule": "repeated", "type": "uint32", "id": 2, "options": { "packed": false } } } }, "CCommunity_GetUserPartnerEventNews_Request": { "fields": { "count": { "type": "uint32", "id": 1 }, "offset": { "type": "uint32", "id": 2 }, "rtime32_start_time": { "type": "uint32", "id": 3 }, "rtime32_end_time": { "type": "uint32", "id": 4 }, "language_preference": { "rule": "repeated", "type": "uint32", "id": 5, "options": { "packed": false } }, "filter_event_type": { "rule": "repeated", "type": "int32", "id": 6, "options": { "(description)": "enum; suggested type: ECommunityWordFilterType", "packed": false } }, "filter_to_appid": { "type": "bool", "id": 7 }, "app_list": { "rule": "repeated", "type": ".CAppPriority", "id": 8 }, "count_after": { "type": "uint32", "id": 9, "options": { "default": 0 } }, "count_before": { "type": "uint32", "id": 10, "options": { "default": 0 } } } }, "CCommunity_GetUserPartnerEventNews_Response": { "fields": { "results": { "rule": "repeated", "type": ".CClanMatchEventByRange", "id": 1 } } }, "CCommunity_GetBestEventsForUser_Request": { "fields": { "include_steam_blog": { "type": "bool", "id": 1 }, "filter_to_played_within_days": { "type": "uint32", "id": 2 } } }, "CCommunity_PartnerEventResult": { "fields": { "clanid": { "type": "uint32", "id": 1 }, "event_gid": { "type": "fixed64", "id": 2 }, "announcement_gid": { "type": "fixed64", "id": 3 }, "appid": { "type": "uint32", "id": 4 }, "possible_takeover": { "type": "bool", "id": 5 }, "rtime32_last_modified": { "type": "uint32", "id": 6, "options": { "default": 0 } }, "user_app_priority": { "type": "int32", "id": 7 } } }, "CCommunity_GetBestEventsForUser_Response": { "fields": { "results": { "rule": "repeated", "type": ".CCommunity_PartnerEventResult", "id": 1 } } }, "CCommunity_ClearUserPartnerEventsAppPriorities_Request": { "fields": {} }, "CCommunity_ClearUserPartnerEventsAppPriorities_Response": { "fields": {} }, "CCommunity_PartnerEventsAppPriority": { "fields": { "appid": { "type": "uint32", "id": 1 }, "user_app_priority": { "type": "int32", "id": 2 } } }, "CCommunity_GetUserPartnerEventsAppPriorities_Request": { "fields": {} }, "CCommunity_GetUserPartnerEventsAppPriorities_Response": { "fields": { "priorities": { "rule": "repeated", "type": ".CCommunity_PartnerEventsAppPriority", "id": 1 } } }, "CCommunity_ClearSinglePartnerEventsAppPriority_Request": { "fields": { "appid": { "type": "uint32", "id": 1 } } }, "CCommunity_ClearSinglePartnerEventsAppPriority_Response": { "fields": {} }, "CCommunity_PartnerEventsShowMoreForApp_Request": { "fields": { "appid": { "type": "uint32", "id": 1 } } }, "CCommunity_PartnerEventsShowMoreForApp_Response": { "fields": {} }, "CCommunity_PartnerEventsShowLessForApp_Request": { "fields": { "appid": { "type": "uint32", "id": 1 } } }, "CCommunity_PartnerEventsShowLessForApp_Response": { "fields": {} }, "CCommunity_MarkPartnerEventsForUser_Request": { "fields": { "markings": { "rule": "repeated", "type": ".CCommunity_MarkPartnerEventsForUser_Request_PartnerEventMarking", "id": 1 } } }, "CCommunity_MarkPartnerEventsForUser_Request_PartnerEventMarking": { "fields": { "clanid": { "type": "uint32", "id": 1 }, "event_gid": { "type": "fixed64", "id": 2 }, "display_location": { "type": "int32", "id": 3, "options": { "(description)": "enum; suggested type: EPartnerEventDisplayLocation" } }, "mark_shown": { "type": "bool", "id": 4 }, "mark_read": { "type": "bool", "id": 5 } } }, "CCommunity_MarkPartnerEventsForUser_Response": { "fields": {} }, "CProductImpressionsFromClient_Notification": { "fields": { "impressions": { "rule": "repeated", "type": ".CProductImpressionsFromClient_Notification_Impression", "id": 1 } } }, "CProductImpressionsFromClient_Notification_Impression": { "fields": { "type": { "type": "int32", "id": 1, "options": { "(description)": "enum; suggested type: EProductImpressionFromClientType" } }, "appid": { "type": "uint32", "id": 2 }, "num_impressions": { "type": "uint32", "id": 3 } } }, "CFriendsListCategory": { "fields": { "groupid": { "type": "uint32", "id": 1 }, "name": { "type": "string", "id": 2 }, "accountid_members": { "rule": "repeated", "type": "uint32", "id": 3, "options": { "packed": false } } } }, "CFriendsList_GetCategories_Request": { "fields": {} }, "CFriendsList_GetCategories_Response": { "fields": { "categories": { "rule": "repeated", "type": ".CFriendsListCategory", "id": 1 } } }, "CFriendsListFavoriteEntry": { "fields": { "accountid": { "type": "uint32", "id": 1 }, "clanid": { "type": "uint32", "id": 2 }, "chat_group_id": { "type": "uint64", "id": 3 } } }, "CFriendsList_GetFavorites_Request": { "fields": {} }, "CFriendsList_GetFavorites_Response": { "fields": { "favorites": { "rule": "repeated", "type": ".CFriendsListFavoriteEntry", "id": 1 } } }, "CFriendsList_SetFavorites_Request": { "fields": { "favorites": { "rule": "repeated", "type": ".CFriendsListFavoriteEntry", "id": 1 } } }, "CFriendsList_SetFavorites_Response": { "fields": {} }, "CFriendsList_FavoritesChanged_Notification": { "fields": { "favorites": { "rule": "repeated", "type": ".CFriendsListFavoriteEntry", "id": 1 } } }, "CFriendsList_GetFriendsList_Request": { "fields": {} }, "CFriendsList_GetFriendsList_Response": { "fields": { "friendslist": { "type": ".CMsgClientFriendsList", "id": 1 } } }, "CMsgClientUCMEnumerateUserPublishedFiles": { "fields": { "app_id": { "type": "uint32", "id": 1 }, "start_index": { "type": "uint32", "id": 2 }, "sort_order": { "type": "uint32", "id": 3 } } }, "CMsgClientUCMEnumerateUserPublishedFilesResponse": { "fields": { "eresult": { "type": "int32", "id": 1, "options": { "default": 2 } }, "published_files": { "rule": "repeated", "type": ".CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId", "id": 2 }, "total_results": { "type": "uint32", "id": 3 } } }, "CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId": { "fields": { "published_file_id": { "type": "fixed64", "id": 1 } } }, "CMsgClientUCMEnumerateUserSubscribedFiles": { "fields": { "app_id": { "type": "uint32", "id": 1 }, "start_index": { "type": "uint32", "id": 2 }, "list_type": { "type": "uint32", "id": 3, "options": { "default": 1 } }, "matching_file_type": { "type": "uint32", "id": 4, "options": { "default": 0 } }, "count": { "type": "uint32", "id": 5, "options": { "default": 50 } } } }, "CMsgClientUCMEnumerateUserSubscribedFilesResponse": { "fields": { "eresult": { "type": "int32", "id": 1, "options": { "default": 2 } }, "subscribed_files": { "rule": "repeated", "type": ".CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId", "id": 2 }, "total_results": { "type": "uint32", "id": 3 } } }, "CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId": { "fields": { "published_file_id": { "type": "fixed64", "id": 1 }, "rtime32_subscribed": { "type": "fixed32", "id": 2, "options": { "default": 0 } } } }, "CMsgClientUCMPublishedFileDeleted": { "fields": { "published_file_id": { "type": "fixed64", "id": 1 }, "app_id": { "type": "uint32", "id": 2 } } }, "CMsgClientWorkshopItemInfoRequest": { "fields": { "app_id": { "type": "uint32", "id": 1 }, "last_time_updated": { "type": "uint32", "id": 2 }, "workshop_items": { "rule": "repeated", "type": ".CMsgClientWorkshopItemInfoRequest_WorkshopItem", "id": 3 } } }, "CMsgClientWorkshopItemInfoRequest_WorkshopItem": { "fields": { "published_file_id": { "type": "fixed64", "id": 1 }, "time_updated": { "type": "uint32", "id": 2 } } }, "CMsgClientWorkshopItemInfoResponse": { "fields": { "eresult": { "type": "int32", "id": 1, "options": { "default": 2 } }, "update_time": { "type": "uint32", "id": 2 }, "workshop_items": { "rule": "repeated", "type": ".CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo", "id": 3 }, "private_items": { "rule": "repeated", "type": "fixed64", "id": 4, "options": { "packed": false } } } }, "CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo": { "fields": { "published_file_id": { "type": "fixed64", "id": 1 }, "time_updated": { "type": "uint32", "id": 2 }, "manifest_id": { "type": "fixed64", "id": 3 }, "is_legacy": { "type": "bool", "id": 4 } } }, "CMsgClientUCMGetPublishedFilesForUser": { "fields": { "app_id": { "type": "uint32", "id": 1 }, "creator_steam_id": { "type": "fixed64", "id": 2 }, "required_tags": { "rule": "repeated", "type": "string", "id": 3 }, "excluded_tags": { "rule": "repeated", "type": "string", "id": 4 }, "start_index": { "type": "uint32", "id": 5 } } }, "CMsgClientUCMGetPublishedFilesForUserResponse": { "fields": { "eresult": { "type": "int32", "id": 1, "options": { "default": 2 } }, "published_files": { "rule": "repeated", "type": ".CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId", "id": 2 }, "total_results": { "type": "uint32", "id": 3 } } }, "CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId": { "fields": { "published_file_id": { "type": "fixed64", "id": 1 } } }, "CMsgCREEnumeratePublishedFiles": { "fields": { "app_id": { "type": "uint32", "id": 1 }, "query_type": { "type": "int32", "id": 2 }, "start_index": { "type": "uint32", "id": 3 }, "days": { "type": "uint32", "id": 4 }, "count": { "type": "uint32", "id": 5 }, "tags": { "rule": "repeated", "type": "string", "id": 6 }, "user_tags": { "rule": "repeated", "type": "string", "id": 7 }, "matching_file_type": { "type": "uint32", "id": 8, "options": { "default": 13 } } } }, "CMsgCREEnumeratePublishedFilesResponse": { "fields": { "eresult": { "type": "int32", "id": 1, "options": { "default": 2 } }, "published_files": { "rule": "repeated", "type": ".CMsgCREEnumeratePublishedFilesResponse_PublishedFileId", "id": 2 }, "total_results": { "type": "uint32", "id": 3 } } }, "CMsgCREEnumeratePublishedFilesResponse_PublishedFileId": { "fields": { "published_file_id": { "type": "fixed64", "id": 1 }, "votes_for": { "type": "int32", "id": 2 }, "votes_against": { "type": "int32", "id": 3 }, "reports": { "type": "int32", "id": 4 }, "score": { "type": "float", "id": 5 } } }, "CMsgGameServerPingSample": { "fields": { "my_ip": { "type": "fixed32", "id": 1 }, "gs_app_id": { "type": "int32", "id": 2 }, "gs_samples": { "rule": "repeated", "type": ".CMsgGameServerPingSample_Sample", "id": 3 } } }, "CMsgGameServerPingSample_Sample": { "fields": { "ip": { "type": "fixed32", "id": 1 }, "avg_ping_ms": { "type": "uint32", "id": 2 }, "stddev_ping_ms_x10": { "type": "uint32", "id": 3 } } }, "CClan_RespondToClanInvite_Request": { "fields": { "steamid": { "type": "fixed64", "id": 1 }, "accept": { "type": "bool", "id": 2 } } }, "CClan_RespondToClanInvite_Response": { "fields": {} }, "CVoiceChat_RequestOneOnOneChat_Request": { "fields": { "steamid_partner": { "type": "fixed64", "id": 1 } } }, "CVoiceChat_RequestOneOnOneChat_Response": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 } } }, "CVoiceChat_OneOnOneChatRequested_Notification": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 }, "steamid_partner": { "type": "fixed64", "id": 2 } } }, "CVoiceChat_AnswerOneOnOneChat_Request": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 }, "steamid_partner": { "type": "fixed64", "id": 2 }, "accepted_request": { "type": "bool", "id": 3 } } }, "CVoiceChat_AnswerOneOnOneChat_Response": { "fields": {} }, "CVoiceChat_OneOnOneChatRequestResponse_Notification": { "fields": { "voicechat_id": { "type": "fixed64", "id": 1 }, "steamid_partner": { "type": "fixed64", "id": 2 }, "accepted_request": { "type": "bool", "id": 3 } } }, "CVoiceChat_EndOneOnOneChat_Request": { "fields": { "steamid_partner": { "type": "fixed64", "id": 1 } } }, "CVoiceChat_EndOneOnOneChat_Response": { "fields": {} }, "CVoiceChat_LeaveOneOnOneChat_Request": { "fields": { "steamid_partner": { "type": "fixed64", "id": 1 }, "voice_chatid": { "type": "fixed64", "id": 2 } } }, "CVoiceChat_LeaveOneOnOneChat_Response": { "fields": {} }, "CVoiceChat_UserJoinedVoiceChat_Notification": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 }, "user_steamid": { "type": "fixed64", "id": 2 }, "chatid": { "type": "uint64", "id": 3 }, "one_on_one_steamid_lower": { "type": "fixed64", "id": 4 }, "one_on_one_steamid_higher": { "type": "fixed64", "id": 5 }, "chat_group_id": { "type": "uint64", "id": 6 }, "user_sessionid": { "type": "uint32", "id": 7 } } }, "CVoiceChat_UserVoiceStatus_Notification": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 }, "user_steamid": { "type": "fixed64", "id": 2 }, "user_muted_mic_locally": { "type": "bool", "id": 3 }, "user_muted_output_locally": { "type": "bool", "id": 4 }, "user_has_no_mic_for_session": { "type": "bool", "id": 5 }, "user_webaudio_sample_rate": { "type": "int32", "id": 6 } } }, "CVoiceChat_AllMembersStatus_Notification": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 }, "users": { "rule": "repeated", "type": ".CVoiceChat_UserVoiceStatus_Notification", "id": 2 } } }, "CVoiceChat_UpdateVoiceChatWebRTCData_Request": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 }, "ip_webrtc_server": { "type": "uint32", "id": 2 }, "port_webrtc_server": { "type": "uint32", "id": 3 }, "ip_webrtc_client": { "type": "uint32", "id": 4 }, "port_webrtc_client": { "type": "uint32", "id": 5 }, "ssrc_my_sending_stream": { "type": "uint32", "id": 6 }, "user_agent": { "type": "string", "id": 7 }, "has_audio_worklets_support": { "type": "bool", "id": 8 } } }, "CVoiceChat_UpdateVoiceChatWebRTCData_Response": { "fields": { "send_client_voice_logs": { "type": "bool", "id": 1 } } }, "CVoiceChat_UploadClientVoiceChatLogs_Request": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 }, "client_voice_logs_new_lines": { "type": "string", "id": 2 } } }, "CVoiceChat_UploadClientVoiceChatLogs_Response": { "fields": {} }, "CVoiceChat_LeaveVoiceChat_Request": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 } } }, "CVoiceChat_LeaveVoiceChat_Response": { "fields": {} }, "CVoiceChat_UserLeftVoiceChat_Notification": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 }, "user_steamid": { "type": "fixed64", "id": 2 }, "chatid": { "type": "uint64", "id": 3 }, "one_on_one_steamid_lower": { "type": "fixed64", "id": 4 }, "one_on_one_steamid_higher": { "type": "fixed64", "id": 5 }, "chat_group_id": { "type": "uint64", "id": 6 }, "user_sessionid": { "type": "uint32", "id": 7 } } }, "CVoiceChat_VoiceChatEnded_Notification": { "fields": { "voice_chatid": { "type": "fixed64", "id": 1 }, "one_on_one_steamid_lower": { "type": "fixed64", "id": 2 }, "one_on_one_steamid_higher": { "type": "fixed64", "id": 3 }, "chatid": { "type": "uint64", "id": 4 }, "chat_group_id": { "type": "uint64", "id": 5 } } }, "CWebRTCClient_InitiateWebRTCConnection_Request": { "fields": { "sdp": { "type": "string", "id": 1 } } }, "CWebRTCClient_InitiateWebRTCConnection_Response": { "fields": { "remote_description": { "type": "string", "id": 1 } } }, "CWebRTC_WebRTCSessionConnected_Notification": { "fields": { "ssrc": { "type": "uint32", "id": 1 }, "client_ip": { "type": "uint32", "id": 2 }, "client_port": { "type": "uint32", "id": 3 }, "server_ip": { "type": "uint32", "id": 4 }, "server_port": { "type": "uint32", "id": 5 } } }, "CWebRTC_WebRTCUpdateRemoteDescription_Notification": { "fields": { "remote_description": { "type": "string", "id": 1 }, "remote_description_version": { "type": "uint64", "id": 2 }, "ssrcs_to_accountids": { "rule": "repeated", "type": ".CWebRTC_WebRTCUpdateRemoteDescription_Notification_CSSRCToAccountIDMapping", "id": 3 } } }, "CWebRTC_WebRTCUpdateRemoteDescription_Notification_CSSRCToAccountIDMapping": { "fields": { "ssrc": { "type": "uint32", "id": 1 }, "accountid": { "type": "uint32", "id": 2 } } }, "CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Request": { "fields": { "ip_webrtc_server": { "type": "uint32", "id": 1 }, "port_webrtc_server": { "type": "uint32", "id": 2 }, "ip_webrtc_session_client": { "type": "uint32", "id": 3 }, "port_webrtc_session_client": { "type": "uint32", "id": 4 }, "remote_description_version": { "type": "uint64", "id": 5 } } }, "CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response": { "fields": {} }, "CMobilePerAccount_GetSettings_Request": { "fields": {} }, "CMobilePerAccount_GetSettings_Response": { "fields": { "has_settings": { "type": "bool", "id": 4 }, "allow_sale_push": { "type": "bool", "id": 2 }, "allow_wishlist_push": { "type": "bool", "id": 3 }, "chat_notification_level": { "type": "uint32", "id": 5 }, "notify_direct_chat": { "type": "bool", "id": 6 }, "notify_group_chat": { "type": "bool", "id": 7 }, "allow_event_push": { "type": "bool", "id": 8, "options": { "default": true } } } }, "CMobilePerAccount_SetSettings_Request": { "fields": { "allow_sale_push": { "type": "bool", "id": 2 }, "allow_wishlist_push": { "type": "bool", "id": 3 }, "chat_notification_level": { "type": "uint32", "id": 4 }, "notify_direct_chat": { "type": "bool", "id": 5 }, "notify_group_chat": { "type": "bool", "id": 6 }, "allow_event_push": { "type": "bool", "id": 7, "options": { "default": true } } } }, "CMobilePerAccount_SetSettings_Response": { "fields": {} }, "CMobileDevice_RegisterMobileDevice_Request": { "fields": { "deviceid": { "type": "string", "id": 1 }, "language": { "type": "string", "id": 2 }, "push_enabled": { "type": "bool", "id": 3 }, "app_version": { "type": "string", "id": 4 }, "os_version": { "type": "string", "id": 5 }, "device_model": { "type": "string", "id": 6 }, "twofactor_device_identifier": { "type": "string", "id": 7 }, "mobile_app": { "type": "int32", "id": 8, "options": { "(description)": "enum; suggested type: EMobileApp" } } } }, "CMobileDevice_RegisterMobileDevice_Response": { "fields": { "unique_deviceid": { "type": "uint32", "id": 2 } } }, "CMobileDevice_DeregisterMobileDevice_Notification": { "fields": { "deviceid": { "type": "string", "id": 1 } } }, "UnknownProto": { "fields": {} }, "HelpRequestLogs": { "methods": { "UploadUserApplicationLog": { "requestType": ".CHelpRequestLogs_UploadUserApplicationLog_Request", "responseType": ".CHelpRequestLogs_UploadUserApplicationLog_Response" } } }, "Community": { "methods": { "GetApps": { "requestType": ".CCommunity_GetApps_Request", "responseType": ".CCommunity_GetApps_Response" }, "GetAppRichPresenceLocalization": { "requestType": ".CCommunity_GetAppRichPresenceLocalization_Request", "responseType": ".CCommunity_GetAppRichPresenceLocalization_Response" }, "GetCommentThread": { "requestType": ".CCommunity_GetCommentThread_Request", "responseType": ".CCommunity_GetCommentThread_Response" }, "PostCommentToThread": { "requestType": ".CCommunity_PostCommentToThread_Request", "responseType": ".CCommunity_PostCommentToThread_Response" }, "DeleteCommentFromThread": { "requestType": ".CCommunity_DeleteCommentFromThread_Request", "responseType": ".CCommunity_DeleteCommentFromThread_Response" }, "RateCommentThread": { "requestType": ".CCommunity_RateCommentThread_Request", "responseType": ".CCommunity_RateCommentThread_Response" }, "GetCommentThreadRatings": { "requestType": ".CCommunity_GetCommentThreadRatings_Request", "responseType": ".CCommunity_GetCommentThreadRatings_Response" }, "RateClanAnnouncement": { "requestType": ".CCommunity_RateClanAnnouncement_Request", "responseType": ".CCommunity_RateClanAnnouncement_Response" }, "GetClanAnnouncementVoteForUser": { "requestType": ".CCommunity_GetClanAnnouncementVoteForUser_Request", "responseType": ".CCommunity_GetClanAnnouncementVoteForUser_Response" }, "GetUserPartnerEventNews": { "requestType": ".CCommunity_GetUserPartnerEventNews_Request", "responseType": ".CCommunity_GetUserPartnerEventNews_Response" }, "GetBestEventsForUser": { "requestType": ".CCommunity_GetBestEventsForUser_Request", "responseType": ".CCommunity_GetBestEventsForUser_Response" }, "MarkPartnerEventsForUser": { "requestType": ".CCommunity_MarkPartnerEventsForUser_Request", "responseType": ".CCommunity_MarkPartnerEventsForUser_Response" }, "PartnerEventsShowMoreForApp": { "requestType": ".CCommunity_PartnerEventsShowMoreForApp_Request", "responseType": ".CCommunity_PartnerEventsShowMoreForApp_Response" }, "PartnerEventsShowLessForApp": { "requestType": ".CCommunity_PartnerEventsShowLessForApp_Request", "responseType": ".CCommunity_PartnerEventsShowLessForApp_Response" }, "ClearUserPartnerEventsAppPriorities": { "requestType": ".CCommunity_ClearUserPartnerEventsAppPriorities_Request", "responseType": ".CCommunity_ClearUserPartnerEventsAppPriorities_Response" }, "GetUserPartnerEventsAppPriorities": { "requestType": ".CCommunity_GetUserPartnerEventsAppPriorities_Request", "responseType": ".CCommunity_GetUserPartnerEventsAppPriorities_Response" }, "ClearSinglePartnerEventsAppPriority": { "requestType": ".CCommunity_ClearSinglePartnerEventsAppPriority_Request", "responseType": ".CCommunity_ClearSinglePartnerEventsAppPriority_Response" } } }, "ExperimentService": { "methods": { "ReportProductImpressionsFromClient": { "requestType": ".UnknownProto", "responseType": ".NoResponse" } } }, "FriendsList": { "methods": { "GetCategories": { "requestType": ".CFriendsList_GetCategories_Request", "responseType": ".CFriendsList_GetCategories_Response" }, "GetFriendsList": { "requestType": ".CFriendsList_GetFriendsList_Request", "responseType": ".CFriendsList_GetFriendsList_Response" }, "GetFavorites": { "requestType": ".CFriendsList_GetFavorites_Request", "responseType": ".CFriendsList_GetFavorites_Response" }, "SetFavorites": { "requestType": ".CFriendsList_SetFavorites_Request", "responseType": ".CFriendsList_SetFavorites_Response" } } }, "FriendsListClient": { "methods": { "FavoritesChanged": { "requestType": ".CFriendsList_FavoritesChanged_Notification", "responseType": ".NoResponse" } } }, "Clan": { "methods": { "RespondToClanInvite": { "requestType": ".CClan_RespondToClanInvite_Request", "responseType": ".CClan_RespondToClanInvite_Response" } } }, "VoiceChat": { "methods": { "UpdateVoiceChatWebRTCData": { "requestType": ".CVoiceChat_UpdateVoiceChatWebRTCData_Request", "responseType": ".CVoiceChat_UpdateVoiceChatWebRTCData_Response" }, "NotifyUserVoiceStatus": { "requestType": ".CVoiceChat_UserVoiceStatus_Notification", "responseType": ".NoResponse" }, "UploadClientVoiceChatLogs": { "requestType": ".CVoiceChat_UploadClientVoiceChatLogs_Request", "responseType": ".CVoiceChat_UploadClientVoiceChatLogs_Response" }, "LeaveVoiceChat": { "requestType": ".CVoiceChat_LeaveVoiceChat_Request", "responseType": ".CVoiceChat_LeaveVoiceChat_Response" }, "RequestOneOnOneChat": { "requestType": ".CVoiceChat_RequestOneOnOneChat_Request", "responseType": ".CVoiceChat_RequestOneOnOneChat_Response" }, "AnswerOneOnOneChat": { "requestType": ".CVoiceChat_AnswerOneOnOneChat_Request", "responseType": ".CVoiceChat_AnswerOneOnOneChat_Response" }, "EndOneOnOneChat": { "requestType": ".CVoiceChat_EndOneOnOneChat_Request", "responseType": ".CVoiceChat_EndOneOnOneChat_Response" }, "LeaveOneOnOneChat": { "requestType": ".CVoiceChat_LeaveOneOnOneChat_Request", "responseType": ".CVoiceChat_LeaveOneOnOneChat_Response" } } }, "VoiceChatClient": { "methods": { "NotifyUserJoinedVoiceChat": { "requestType": ".CVoiceChat_UserJoinedVoiceChat_Notification", "responseType": ".NoResponse" }, "NotifyUserLeftVoiceChat": { "requestType": ".CVoiceChat_UserLeftVoiceChat_Notification", "responseType": ".NoResponse" }, "NotifyVoiceChatEnded": { "requestType": ".CVoiceChat_VoiceChatEnded_Notification", "responseType": ".NoResponse" }, "NotifyUserVoiceStatus": { "requestType": ".CVoiceChat_UserVoiceStatus_Notification", "responseType": ".NoResponse" }, "NotifyAllUsersVoiceStatus": { "requestType": ".CVoiceChat_AllMembersStatus_Notification", "responseType": ".NoResponse" }, "NotifyOneOnOneChatRequested": { "requestType": ".CVoiceChat_OneOnOneChatRequested_Notification", "responseType": ".NoResponse" }, "NotifyOneOnOneChatResponse": { "requestType": ".CVoiceChat_OneOnOneChatRequestResponse_Notification", "responseType": ".NoResponse" } } }, "WebRTCClient": { "methods": { "InitiateWebRTCConnection": { "requestType": ".CWebRTCClient_InitiateWebRTCConnection_Request", "responseType": ".CWebRTCClient_InitiateWebRTCConnection_Response" }, "AcknowledgeUpdatedRemoteDescription": { "requestType": ".CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Request", "responseType": ".CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response" } } }, "WebRTCClientNotifications": { "methods": { "NotifyWebRTCSessionConnected": { "requestType": ".CWebRTC_WebRTCSessionConnected_Notification", "responseType": ".NoResponse" }, "NotifyWebRTCUpdateRemoteDescription": { "requestType": ".CWebRTC_WebRTCUpdateRemoteDescription_Notification", "responseType": ".NoResponse" } } }, "MobilePerAccount": { "methods": { "GetSettings": { "requestType": ".CMobilePerAccount_GetSettings_Request", "responseType": ".CMobilePerAccount_GetSettings_Response" }, "SetSettings": { "requestType": ".CMobilePerAccount_SetSettings_Request", "responseType": ".CMobilePerAccount_SetSettings_Response" } } }, "MobileDevice": { "methods": { "RegisterMobileDevice": { "requestType": ".CMobileDevice_RegisterMobileDevice_Request", "responseType": ".CMobileDevice_RegisterMobileDevice_Response" }, "DeregisterMobileDevice": { "requestType": ".CMobileDevice_DeregisterMobileDevice_Notification", "responseType": ".NoResponse" } } }, "description": { "type": "string", "id": 50000, "extend": ".google.protobuf.FieldOptions" }, "service_description": { "type": "string", "id": 50000, "extend": ".google.protobuf.ServiceOptions" }, "service_execution_site": { "type": ".EProtoExecutionSite", "id": 50008, "extend": ".google.protobuf.ServiceOptions", "options": { "default": "k_EProtoExecutionSiteUnknown" } }, "method_description": { "type": "string", "id": 50000, "extend": ".google.protobuf.MethodOptions" }, "enum_description": { "type": "string", "id": 50000, "extend": ".google.protobuf.EnumOptions" }, "enum_value_description": { "type": "string", "id": 50000, "extend": ".google.protobuf.EnumValueOptions" }, "EProtoExecutionSite": { "values": { "k_EProtoExecutionSiteUnknown": 0, "k_EProtoExecutionSiteSteamClient": 2 } }, "NoResponse": { "fields": {} }, "google": { "nested": { "protobuf": { "nested": { "FileDescriptorSet": { "fields": { "file": { "rule": "repeated", "type": "FileDescriptorProto", "id": 1 } } }, "FileDescriptorProto": { "fields":