MadelineProto
3 subscribers
1 link
PHP ning telegram klient kutubxonasi...
Download Telegram
Channel created
Please open Telegram to view this post
VIEW IN TELEGRAM
Assalomu alaykum biz boshaladik
Ushbu kutubxonadan, xuddi rasmiy ilovalar kabi, Bot APIsiz Telegram bilan osongina muloqot qilish uchun foydalanish mumkin. U telefon raqami (MTProto API) yoki bot tokeni (MTProto API, BOT API ishtirok etmaydi!) Bilan tizimga kirishi mumkin.
<?php

// PHP 8.2+ is required.

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: '@stickeroptimizerbot', message: "/start");

$MadelineProto->channels->joinChannel(channel: '@MadelineProtoUzb');

}
$MadelineProto->echo('OK, done!');
Bu MadelineProto php ning 8.2+ ni qoʻllab quvvatlaydi...
Please open Telegram to view this post
VIEW IN TELEGRAM
Channel photo updated
Klient yaratish

$MadelineProto = new \danog\MadelineProto\API('session.madeline', $settings); 

Yoki
$MadelineProto = new \danog\MadelineProto\API('session.madeline');

Shunday yaratiladi...
Savollar boʻlsa komment...
Please open Telegram to view this post
VIEW IN TELEGRAM