npm install telegramme!Now people can send you a message from your website
You can send message to me by Demo
Also you can use telegramme to get messages from your site to your telegram-chatbot ;-)
Based on Telegram Api: see method here
- [X] Install with npm:
```
npm i telegramme
- [X] Import component in your project:
``
import TelegramMe from 'telegramme'
- [X] Init component in your project:
``
export default {
name: 'your-app',
components: {
TelegramMe
}
}
- [X] Set TelegramMe component:
```
chatID=String // Your Chat ID
title=String
sendButton=String
repeatButton=String
sendFromPlaceholder=String
subjectPlaceholder=String
messagePlaceholder=String
successNotification=String
/>