danog / MadelineProto

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

Add getMessages and getHistory to Namespaces #1432

Closed xcgu closed 11 months ago

xcgu commented 11 months ago

Fix PhpStorm hints :)

danog commented 11 months ago

They are explicitly omitted because these methods are too low-level, and in 99% of cases should never be used. In a future beta, they will be completely disabled, and an alternative high-level API will be offered, instead.