Adding getprofile in interface.

This commit is contained in:
CakeAndBanana
2025-09-17 02:41:42 +02:00
parent 43be25cc45
commit 96744f4f28

View File

@@ -57,6 +57,7 @@ public interface ILightlessHub
Task<bool> GroupJoinFinalize(GroupJoinDto passwordedGroup);
Task GroupLeave(GroupDto group);
Task GroupRemoveUser(GroupPairDto groupPair);
Task<GroupProfileDto> GroupGetProfile(GroupDto dto);
Task GroupSetProfile(GroupProfileDto dto);
Task GroupSetUserInfo(GroupPairUserInfoDto groupPair);
Task<List<GroupFullInfoDto>> GroupsGetAll();