mirror of
https://github.com/PaiGramTeam/telegram-bot-api.git
synced 2024-11-29 19:08:46 +00:00
Add Sticker.needs_repainting.
This commit is contained in:
parent
3be3dfedf6
commit
1da3d34299
@ -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…
Reference in New Issue
Block a user