Gift Badges: A few tweaks

This commit is contained in:
Scott Nonnenberg
2022-05-16 12:54:38 -07:00
committed by GitHub
parent 0a0b5a7bfe
commit a114e4e210
11 changed files with 134 additions and 124 deletions

1
ts/model-types.d.ts vendored
View File

@@ -183,6 +183,7 @@ export type MessageAttributesType = {
giftBadge?: {
expiration: number;
level: number;
id: string | undefined;
receiptCredentialPresentation: string;
state: GiftBadgeStates;
};