telegramme

0.3.1 • Public • Published

Telegramme - simple Vue.js form to send telegram message from vue-application


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

Project setup

  • [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:
<TelegramMe
  BotApi=String // Your Bot ID
  chatID=String // Your Chat ID
  title=String
  sendButton=String
  repeatButton=String
  sendFromPlaceholder=String
  subjectPlaceholder=String
  messagePlaceholder=String
  successNotification=String
/>

Settings

Package Sidebar

Install

npm i telegramme

Weekly Downloads

4

Version

0.3.1

License

MIT License

Unpacked Size

37.4 kB

Total Files

14

Last publish

Collaborators

  • stanislavec