Package in.dragonbra.javasteam.rpc
Interface IClanChatRooms
-
- All Known Implementing Classes:
ClanChatRooms
public interface IClanChatRooms- Since:
- 2023-01-04
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobIDGetClanChatRoomInfo(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesChatSteamclient.CClanChatRooms_GetClanChatRoomInfo_Request request)JobIDSetClanChatRoomPrivate(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesChatSteamclient.CClanChatRooms_SetClanChatRoomPrivate_Request request)
-
-
-
Method Detail
-
GetClanChatRoomInfo
JobID GetClanChatRoomInfo(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesChatSteamclient.CClanChatRooms_GetClanChatRoomInfo_Request request)
-
SetClanChatRoomPrivate
JobID SetClanChatRoomPrivate(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesChatSteamclient.CClanChatRooms_SetClanChatRoomPrivate_Request request)
-
-