MadelineProto 库可用于在没有botAPI的情况下轻松与Telegram交互,就像官方应用程序一样。可以使用电话号码(MTProtoAPI)或bot令牌(MTProtoAPI,不涉及bot API)登录Telegram。现在完全异步:if(!file_exists('madeline.php')){copy('https://phar.madelineproto.xyz/madeline.php','madeline.php');}include'madeline.php';$MadelineProto=new\danog\MadelineProto\API('session.madeline');$MadelineProto->start();$me=$MadelineProto->getSelf();$MadelineProto->logger($me);if(!$me['bot']){$MadelineProto->messages->sendMessage(['peer'=>'@danogentili','message'=>"Hi!\nThanksforcreatingMadelineProto!<3"]);$MadelineProto->channels->joinChannel(['channel'=>'@MadelineProto']);try{$MadelineProto->messages->importChatInvite(['hash'=>'https://t.me/joinchat/Bgrajz6K-aJKu0IpGsLpBg']);}catch(\danog\MadelineProto\RPCErrorException$e){$MadelineProto->logger($e);}$MadelineProto->messages->sendMessage(['peer'=>'https://t.me/joinchat/Bgrajz6K-aJKu0IpGsLpBg','message'=>'TestingMadelineProto!']);}$MadelineProto->echo('OK,done!');例子可以在每个MadelineProto函数中找到示例:magnalunawebradio -多功能电报VoIP网络广播downloadRenameBot.php -通过URL下载文件,并使用此异步并行化bot重命名Telegram文件!bot.php -发送普通消息、下载任何媒体的示例secret_bot.php -秘密聊天botpipesbot.php -创建内联bot和通过用户bot使用其他内联bot的示例声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态
评论