Skip to content

Commit

Permalink
Add AckChatMessage()
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Jun 19, 2018
1 parent 286cb2f commit 5e05148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SteamKit2/SteamKit2/Base/Generated/Unified/SteamMsgChat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4688,6 +4688,7 @@ public interface IChat

public interface IChatRoom
{
NoResponse AckChatMessage(CChatRoom_AckChatMessage_Notification request);
CChatRoom_CreateChatRoomGroup_Response CreateChatRoomGroup(CChatRoom_CreateChatRoomGroup_Request request);
CChatRoom_GetMyChatRoomGroups_Response GetMyChatRoomGroups(CChatRoom_GetMyChatRoomGroups_Request request);
CChatRoom_JoinChatRoomGroup_Response JoinChatRoomGroup(CChatRoom_JoinChatRoomGroup_Request request);
Expand Down

0 comments on commit 5e05148

Please sign in to comment.