Skip to content

Commit

Permalink
fix(data): scope field for VKWebAppGetCommunityToken result (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
egorprnn authored May 4, 2022
1 parent 11b9abc commit 4b61b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ export type ReceiveDataMap = {
VKWebAppTapticSelectionChanged: { result: true };
VKWebAppAddToFavorites: { result: true };
VKWebAppSendPayload: { result: true };
VKWebAppGetCommunityToken: { access_token: string };
VKWebAppGetCommunityToken: { access_token: string; scope: string; };
VKWebAppAudioPause: { result: true };
VKWebAppAudioPaused: { position: number; type: string; id: string };
VKWebAppAudioStopped: {}; // Always empty
Expand Down

0 comments on commit 4b61b7b

Please sign in to comment.