Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何使用电报 API 来查询特定频道中的用户数。我已经检查过了,但没有示例 https://core.telegram.org/api
我不是想创建一个机器人,只是想展示一个频道的统计数据。
正如@mymedia提到的,您可以getChatMembersCount通过 Bot API 使用方法。
getChatMembersCount
您可以在本文档中找到完整的用法,或查看以下示例: