mirror of
https://github.com/tdlib/telegram-bot-api
synced 2025-09-01 14:55:15 +00:00
Add Sticker.needs_repainting.
This commit is contained in:
@@ -1118,6 +1118,9 @@ class Client::JsonSticker final : public Jsonable {
|
|||||||
if (full_type->custom_emoji_id_ != 0) {
|
if (full_type->custom_emoji_id_ != 0) {
|
||||||
object("custom_emoji_id", td::to_string(full_type->custom_emoji_id_));
|
object("custom_emoji_id", td::to_string(full_type->custom_emoji_id_));
|
||||||
}
|
}
|
||||||
|
if (full_type->needs_repainting_) {
|
||||||
|
object("needs_repainting", td::JsonBool(full_type->needs_repainting_));
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user