danog / MadelineProto

Async PHP client API for the telegram MTProto protocol
https://docs.madelineproto.xyz
GNU Affero General Public License v3.0
2.76k stars 619 forks source link

Bug #1448

Closed MrParAziT closed 7 months ago

MrParAziT commented 7 months ago

An error occured while wrapping {"_":"updateBotChatInviteRequester","peer":-1001394612559,"date":1702543948,"userid":1682427223,"about":"","invite":{"":"chatInviteExported","revoked":false,"permanent":false,"request_needed":true,"link":"https:\/\/t.me\/+VS9XOJit...","admin_id":907912778,"date":1654975923,"requested":16,"title":"KooMovie\ud83d\udd10"},"qts":730266812}: TypeError: Cannot assign string to property danog\MadelineProto\EventHandler\ChatInviteRequester\BotChatInviteRequest::$about of type int in /var/www/html/files/vendor/danog/madelineproto/src/EventHandler/ChatInviteRequester/BotChatInviteRequest.php:46

Change line 46 from int to string

danog commented 7 months ago

Will be fixed in beta173.

MrParAziT commented 7 months ago

Will be fixed in beta173.

Nice

danog commented 7 months ago

Fixed.