Add Sticker.needs_repainting.

This commit is contained in:
levlam 2023-02-14 14:07:38 +03:00
parent 3be3dfedf6
commit 1da3d34299
1 changed files with 3 additions and 0 deletions

View File

@ -1118,6 +1118,9 @@ class Client::JsonSticker final : public Jsonable {
if (full_type->custom_emoji_id_ != 0) {
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;
}
default: