0

如何在 PHP 中获取最后一个电报频道帖子?

例如,我可以通过以下方式获取频道成员数:

file_get_contents("https://api.telegram.org/botTOKEN/getChatMembersCount?chat_id=@channelusername");
4

1 回答 1

0

你不能,直接。
为此,您必须使用$update['channel_post']['message_id']然后将其存储到您的数据库中。

于 2017-05-29T18:05:49.403 回答