How to create a ChatRoom? #3214
Replies: 1 comment
-
ASF repo is not SteamKit2 technical support, you've already asked in SteamRE/SteamKit#1364 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This code doesn't seem to be working. Is there any way to create a chat room with your friends?
Help me please
` internal async Task<CreateChatResponseCallback?> CreateChatWith(ulong steamID1, ulong steamID2)
{
if (steamID1 == 0 || steamID2 == 0)
{
return null;
}
}`
Beta Was this translation helpful? Give feedback.
All reactions