darkdarin / telegram-bot-sdk
SDK for work with Telegram Bot API
Installs: 409
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
pkg:composer/darkdarin/telegram-bot-sdk
Requires
- php: 8.2.*|8.3.*
- darkdarin/serializer: ^1.3
- php-http/multipart-stream-builder: ^1.3
- psr-discovery/http-client-implementations: ^1.0
- psr-discovery/http-factory-implementations: ^1.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^2.0
Requires (Dev)
- hyperf/di: ~3.0.0
- illuminate/support: ^10.0
- laravel/pint: ^1.1
- roave/security-advisories: dev-latest
README
SDK for work with Telegram Bot API
Can be used standalone, and with Laravel 10 and Hyperf 3.0
This is an alpha version without full support for all API methods and all API objects.
Version Telegram Bot API: 6.9 (September 22, 2023)
Supported methods
- getUpdates (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#getupdates)
- setWebhook (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#setwebhook)
- deleteWebhook (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#deletewebhook)
- getWebhookInfo (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#getwebhookinfo)
- getMe (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#getme)
- sendMessage (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendmessage)
- forwardMessage (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#forwardmessage)
- copyMessage (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#copymessage)
- sendPhoto (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendphoto)
- sendAudio (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendaudio)
- sendDocument (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#senddocument)
- sendVideo (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendvideo)
- sendAnimation (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendanimation)
- sendVoice (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendvoice)
- sendVideoNote (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendvideonote)
- sendMediaGroup (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendmediagroup)
- sendLocation (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendlocation)
- sendVenue (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendvenue)
- sendContact (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendcontact)
- sendPoll (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendpoll)
- sendDice (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#senddice)
- sendChatAction (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#sendchataction)
- editMessageText (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#editmessagetext)
- editMessageCaption (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#editmessagecaption)
- editMessageLiveLocation (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#editmessagelivelocation)
- stopMessageLiveLocation (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#stopmessagelivelocation)
- editMessageReplyMarkup (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#editmessagereplymarkup)
- stopPoll (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#stoppoll)
- deleteMessage (https://c.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/bots/api#deletemessage)