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

Fix little bug #1463

Closed mtalaeii closed 6 months ago

mtalaeii commented 6 months ago

Fix undefined array key chat_id as decrypted_message doesn't contain chat_id and this index is in message

danog commented 6 months ago

Thanks for the bugreport! Fixed the problem in another way :)