mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 04:04:43 +01:00
Add support for animated stickers.
This commit is contained in:
committed by
Cody Henthorne
parent
bb708e0aa3
commit
f4a199f621
@@ -12,8 +12,9 @@ option java_outer_classname = "StickerProtos";
|
||||
|
||||
message Pack {
|
||||
message Sticker {
|
||||
optional uint32 id = 1;
|
||||
optional string emoji = 2;
|
||||
optional uint32 id = 1;
|
||||
optional string emoji = 2;
|
||||
optional string contentType = 3;
|
||||
}
|
||||
|
||||
optional string title = 1;
|
||||
|
||||
Reference in New Issue
Block a user