More Telegram bot functions. Send photo, video, audio, ban for chat members, delete messages and etc...
All functions from API: https://core.telegram.org/bots/api
All functions from API: https://core.telegram.org/bots/api
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
All functions available via Api.XXX.
XXX - method name.
For example send photo:
Api.sendPhoto({chat_id: chat.chatid, photo: 'https://icdn.lenta.ru/images/2015/12/15/11/20151215114126414/pic_a8bf01cef0eaf46338e791bf08db72c1.jpg'})
XXX - method name.
For example send photo:
Api.sendPhoto({chat_id: chat.chatid, photo: 'https://icdn.lenta.ru/images/2015/12/15/11/20151215114126414/pic_a8bf01cef0eaf46338e791bf08db72c1.jpg'})
Auto growing is realized in ResLib. Now it is possible add resources every 2.5 hours and etc..
https://telegra.ph/ResourcesLib---Docs-12-26
https://telegra.ph/ResourcesLib---Docs-12-26
Telegraph
ResourcesLib - Docs
With lib we can manage any resources in bot. Such resource can be:
Auto Retry help is updated.
WelcomeBot send "Good morning" now every day near 6 AM
WelcomeBot send "Good morning" now every day near 6 AM