Add Sticker.needs_repainting.
This commit is contained in:
parent
261adca7ec
commit
b7851efb6b
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue