This commit is contained in:
Dima YaFlay
2023-10-16 18:48:03 +03:00
committed by GitHub
parent cc0833caba
commit bf9a572881

View File

@@ -95,7 +95,7 @@ int balance = await sp.GetCardBalance();
```cs ```cs
User user = await sp.GetUser("111111111111111111"); User user = await sp.GetUser("111111111111111111");
if (user.GetName() == "Mih4n") if (user.Name == "Mih4n")
{ {
// ваша логика дааа // ваша логика дааа
} }