Vue Telegram Login
vue-telegram-login is a Vue component for Telegram Login.
Installation
Install with yarn:
Install with npm:
or if you just want to try it out, unpkg has ready-to-use packages.
Usage
Import vue-telegram-login
, pass it to the components
and use in your template
Props
You can play around with options on the official widget page
Name | Description | Required | Default |
---|---|---|---|
mode | 'callback' or 'redirect' | True | null |
telegramLogin | Your telegram bot name | True | null |
@callback | Your callback function, it will be called after success if mode is 'callback' | False | true |
redirectUrl | Your redirect URL, user will be redirected if mode is 'redirect' | False | null |
requestAccess | 'write' if you want to get access to send messages from your bot | False | 'read' |
size | 'large', 'medium' or 'small' | False | 'large' |
userpic | Show user photo, true or false | False | true |
radius | Button corner radius (default depends on chosen size) | False | 20\14\10 |