Implement badge gifting behind feature flag.

This commit is contained in:
Alex Hart
2022-05-02 14:29:42 -03:00
committed by Greyson Parrelli
parent 5d16d1cd23
commit a4a4665aaa
164 changed files with 4999 additions and 486 deletions

View File

@@ -287,6 +287,10 @@ message DataMessage {
}
}
message GiftBadge {
optional bytes receiptCredentialPresentation = 1;
}
enum ProtocolVersion {
option allow_alias = true;
@@ -321,6 +325,7 @@ message DataMessage {
optional GroupCallUpdate groupCallUpdate = 19;
optional Payment payment = 20;
optional StoryContext storyContext = 21;
optional GiftBadge giftBadge = 22;
}
message NullMessage {