Gift Badges: A few tweaks
This commit is contained in:
parent
0a0b5a7bfe
commit
a114e4e210
11 changed files with 134 additions and 124 deletions
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
|
@ -183,6 +183,7 @@ export type MessageAttributesType = {
|
|||
giftBadge?: {
|
||||
expiration: number;
|
||||
level: number;
|
||||
id: string | undefined;
|
||||
receiptCredentialPresentation: string;
|
||||
state: GiftBadgeStates;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue