我的问题是,当我的机器人是php中的渠道管理员时,如何才能获得最新的频道帖子ID? 例如,我使用以下代码获取通道成员计数:
file_get_contents("https://api.telegram.org/botTOKEN/getChatMembersCount?chat_id=@channelusername");
答案 0 :(得分:0)
你不能直接
为此,您必须使用$update['channel_post']['message_id']
,然后将其存储到数据库中。