PHPackages                             aki/api-bot-telegram - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. aki/api-bot-telegram

ActiveApi[API Development](/categories/api)

aki/api-bot-telegram
====================

bot telegram

1.1.0(8y ago)384LGPL-3.0+PHP

Since Jan 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/akbarjoudi/api-bot-telegram)[ Packagist](https://packagist.org/packages/aki/api-bot-telegram)[ RSS](/packages/aki-api-bot-telegram/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

for api bot telegram
====================

[](#for-api-bot-telegram)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

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

```

or add

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

```

to the require section of your `composer.json` file.

Method list usable
------------------

[](#method-list-usable)

list methods

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

```

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
