Not yet on the bot API
There are blockquotes already, but not reply quotes
Do we know what the markdown for it is? Or just the html
No markdown or entity, only html
Fair fair, good to know
With markdown and html, but not new quotes
I've just opened bot api server source and don't see any quote parsing in markdown
Bot API’s sources don’t care a lot about parsing, you should read TDLib’s sources instead.
Tdlib is a part of the bot api server, so I didn't tell anything wrong in my opinion
The Bot API is using TDLib clients underneath which does that kind of stuff. Here is the TDLib Markdown parser which parses blockquotes with >: https://github.com/tdlib/td/blob/ec788c7505c4f2b31b59743d2f4f97d6fdcba451/td/telegram/MessageEntity.cpp#L2166
Обсуждают сегодня