Skip to content

stanislavec/telegramme

Repository files navigation

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

  • Install with npm:
npm i telegramme
  • Import component in your project:
import TelegramMe from 'telegramme'
  • Init component in your project:
export default {
  name: 'your-app',
  components: {
    TelegramMe
  }
}
  • 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

About

Simple form to connect from web to Telegram chat-bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published