tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Fix a type on viewMessages method documentation. #2354

Closed john-preston closed 1 year ago

john-preston commented 1 year ago

The source argument should be marked as maybe null, not the force_reply argument.

levlam commented 1 year ago

Thank you!