Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share Link #66

Closed
AhmadFalahian opened this issue Jan 17, 2025 · 3 comments
Closed

Share Link #66

AhmadFalahian opened this issue Jan 17, 2025 · 3 comments

Comments

@AhmadFalahian
Copy link

Is there a feature for sharing the invitation link? Like inviting Blum friends. The list of Telegram chats should be displayed and we can send the message there.

@khamidjon-khamidov
Copy link
Owner

@AhmadFalahian this is a backend functionality and telegram mini app is a web front client

@SidikiSako
Copy link

@AhmadFalahian here is how i do it on my app :
`final link =
'https://t.me/${AppEnv.current.botId}/${AppEnv.current.botName}?startapp=${user.userId}&text=${Uri.encodeComponent(textReferal)}';

final shareLink = 'https://t.me/share/url?url=$link';

await launchUrl(Uri.parse(shareLink));`

@AhmadFalahian
Copy link
Author

That's right.
thank you for your response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants