telegram-bot-api
telegram-bot-api copied to clipboard
Telegram Bot API PHP. A pure fork of irazasyed/telegram-bot-sdk
Results
1
telegram-bot-api issues
Sort by
recently updated
recently updated
newest added
Laravel 8.74 exileed/telegram-bot-api 0.2.2 ``` $update = Telegram::getWebhookUpdate(); $message = $update->getMessage(); $users = $message->getNewChatMembers(); $arId = []; foreach ($users as $user) { if ($user->getIsBot()) { // Error: $user is array...