You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the example of requestEmojiStatusAccess usage:
Error:
[Error] Unhandled Promise Rejection: TypedError: Emoji status access request is currently in progress (x24)
[Error] Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'e.status')
I think that the error is coming from packages/sdk/src/scopes/utilities/emoji-status/requestEmojiStatusAccess.ts line 13:
Telegram Application
Telegram for iOS, Telegram for macOS
Describe the Bug
When I try to use the example of requestEmojiStatusAccess usage:
Error:
I think that the error is coming from
packages/sdk/src/scopes/utilities/emoji-status/requestEmojiStatusAccess.ts
line 13:To Reproduce
Steps to reproduce the behavior:
Code:
Expected Behavior
Expected behavior is to return a status.
The text was updated successfully, but these errors were encountered: