mirror of
https://github.com/ars3niy/tdlib-purple
synced 2025-08-31 14:05:10 +00:00
Show stickers with PURPLE_MESSAGE_IMAGES
This commit is contained in:
@@ -450,6 +450,11 @@ std::string getMessageText(const td::td_api::formattedText &text)
|
||||
return result;
|
||||
}
|
||||
|
||||
std::string makeInlineImageText(int imgstoreId)
|
||||
{
|
||||
return "\n<img id=\"" + std::to_string(imgstoreId) + "\">";
|
||||
}
|
||||
|
||||
static std::string quoteMessage(const td::td_api::message *message, TdAccountData &account)
|
||||
{
|
||||
const td::td_api::user *originalAuthor = nullptr;
|
||||
|
Reference in New Issue
Block a user