Last active
February 14, 2018 21:13
-
-
Save dmytrostriletskyi/0ab8ed24edf7ddf23d69d2018ddcaa23 to your computer and use it in GitHub Desktop.
The example of the Telegram widget embed code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script async src="https://telegram.org/js/telegram-widget.js?2" | |
data-telegram-login="samplebot" | |
data-size="large" | |
data-auth-url="" | |
data-request-access="write"> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment