Пример #1
0
 public void GetInbox(bool isSender = false)
 {
     api.GetInbox(isSender);
     InboxManager.instance.isSettingJSON = true;
 }