2017 © Pedro Peláez
 

yii2-extension api-bot-telegram

image

aki/api-bot-telegram

  • Saturday, March 3, 2018
  • by akbarjoody
  • Repository
  • 1 Watchers
  • 3 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

for api bot telegram

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require aki/api-bot-telegram "*"

or add, (*3)

"aki/api-bot-telegram": "*"

to the require section of your composer.json file., (*4)

Method list usable

list methods, (*5)

getMe
sendMessage
forwardMessage
sendPhoto
sendAudio
sendDocument
sendSticker
sendVideo
sendLocation
sendChatAction
getUserProfilePhotos
getUpdates
setWebhook
getChat
getChatAdministrators
getChatMembersCount
getChatMember
answerCallbackQuery
editMessageText

Usage

Once the extension is installed, simply use it in your code by :, (*6)

```php 'your bot token..', ]); $telegram->sendMessage([        'chat_id' => Input::getChatID(), 'text' => 'test', ]); ?>, (*7)

The Versions

03/03 2018

1

1.0.0.0

  Sources   Download

21/10 2017

dev-master

9999999-dev

bot telegram

  Sources   Download

LGPL-3.0+

by akbarjoudi

api php api-bot-telegram api-bot-telegram for php php library bot-telegram

21/10 2017

1.1.0

1.1.0.0

bot telegram

  Sources   Download

LGPL-3.0+

by akbarjoudi

api php api-bot-telegram api-bot-telegram for php php library bot-telegram

08/01 2017

1.0

1.0.0.0

bot telegram

  Sources   Download

LGPL-3.0+

by akbarjoudi

api php api-bot-telegram api-bot-telegram for php php library bot-telegram