标签: java android telegram
我想获得不加入该频道的频道订阅者人数。 我不想使用机器人。 在我使用的代码下面,计数返回零。
这是我的代码的一部分:
TLRPC.Chat chat = MessagesController.getInstance(currentAccount).getChat(chat id); int count = chat.participants_count;