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

Quoting in telegram #2749

Closed fat-complex closed 9 months ago

fat-complex commented 9 months ago

Is quoting messages supported?

levlam commented 9 months ago

Yes.

fat-complex commented 9 months ago

Wow))) Thx!. And what is this method?

levlam commented 9 months ago

It depends on what do you call "quoting". You can find all available objects and methods at https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl. You should be mostly insterested in the sendMessage method and its parameters.

fat-complex commented 9 months ago

@levlam Thx)))