high-level methods for webview apps #74
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
rfc
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: teidesu/mtcute#74
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
Missing Endpoint messages.requestAppWebView
Describe the solution you'd like
Add messages.requestAppWebView
Additional context
There is an alternative method called requestWebView, but it seems this method requires entering a URL for the mini app, whereas the requestAppWebView method does not require a URL
https://core.telegram.org/method/messages.requestAppWebView
you are calling it wrong, please don't ignore typescript errors
it should be either:
or
(and you most likely want the former)
though keeping the issue open for high-level methods for webviews, they are long overdue tbh