Arman92 / go-tdlib

Golang Telegram TdLib JSON bindings
GNU General Public License v3.0
435 stars 101 forks source link

Retrieve comments of channel messages #51

Open dfelici87 opened 4 years ago

dfelici87 commented 4 years ago

Can i retrieve all comments of channel post (new feature of telegram app)?

https://telegram.org/blog/filters-anonymous-admins-comments

thanks.

dfelici87 commented 4 years ago

telegram tdlib already implements this functionality with these methods getMessageThreadHistory and getMessageThread of the latest TDLib.