Import/export sticker packs
This commit is contained in:
parent
111bb70188
commit
511a7f1646
5 changed files with 62 additions and 15 deletions
|
@ -1043,17 +1043,8 @@ message GroupExpirationTimerUpdate {
|
|||
message StickerPack {
|
||||
bytes packId = 1;
|
||||
bytes packKey = 2;
|
||||
string title = 3;
|
||||
string author = 4;
|
||||
repeated StickerPackSticker stickers = 5; // First one should be cover sticker.
|
||||
}
|
||||
|
||||
message StickerPackSticker {
|
||||
string emoji = 1;
|
||||
uint32 id = 2;
|
||||
}
|
||||
|
||||
|
||||
message ChatStyle {
|
||||
message Gradient {
|
||||
uint32 angle = 1; // degrees
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue