0.3.1 • Published 3 years ago

telegramme v0.3.1

Weekly downloads
13
License
MIT License
Repository
github
Last release
3 years ago

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

0.3.1

3 years ago

0.3.0

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago