Skip to main content

Recently Updated Pages

Live Location

TelegramBotAPI DSLs

Bot API allows you to send live locations and update them during their lifetime. In this library ...

Updated 1 month ago by InsanusMokrassar

Media Groups

TelegramBotAPI Logic handling

As you know, Telegram have the feature named Media Groups. Media groups have several differences ...

Updated 4 months ago by InsanusMokrassar

Logging

KSLog

Message type noticeOn this page all the messages will be just simple String, but you may pass any...

Updated 7 months ago by InsanusMokrassar

Setup

KSLog

Dependency installation Gradle (Groovy) implementation "dev.inmo:kslog:$kslog_version" Gradle (...

Updated 7 months ago by InsanusMokrassar

Commands plugin

TelegramBotAPI PlaguBot

Updated 8 months ago by InsanusMokrassar

Files handling

TelegramBotAPI Logic handling

According to the documentation there are several ways to work with files: By FileId By FileUrl ...

Updated 9 months ago by InsanusMokrassar

Including in project

Krontab Introduction tutorial

In two words, you must add dependency dev.inmo:krontab:$krontab_version to your project. The late...

Updated 9 months ago by InsanusMokrassar

String format

Krontab Describing

As in crontab util, this library have almost the same format of string: Seconds Minutes Hours...

Updated 9 months ago by InsanusMokrassar

Behaviour Builder

TelegramBotAPI Logic handling

In the previous pages about updates handling and was mentioned that currently in the most cases y...

Updated 9 months ago by InsanusMokrassar

Updates with flows

TelegramBotAPI Logic handling

Of course, in most cases here we will look up the way of using utils extnsions, but you may read ...

Updated 9 months ago by InsanusMokrassar

API Extensions

TelegramBotAPI Logic handling

API extensions is a module which you may include in your project in addition to core part. In mos...

Updated 9 months ago by InsanusMokrassar

Low-level work with bots

TelegramBotAPI Logic handling

The base version of library was done a lot of time ago and just got several additions related to ...

Updated 9 months ago by InsanusMokrassar

Long polling

TelegramBotAPI Updates retrieving

Long polling is a technology of getting updates for cases you do not have some dedicated server o...

Updated 9 months ago by InsanusMokrassar

Updates filters

TelegramBotAPI Updates retrieving

Due to the fact, that anyway you will get updates in one format (Update objects), some time ago w...

Updated 9 months ago by InsanusMokrassar

Proxy setup

TelegramBotAPI Introduction tutorial

In some locations Telegram Bots API urls will be unavailable. In this case all examples will just...

Updated 9 months ago by InsanusMokrassar

Including in your project

TelegramBotAPI Introduction tutorial

There are three projects: TelegramBotAPI Core - project with base for all working with Telegram...

Updated 9 months ago by InsanusMokrassar

Heroku

TelegramBotAPI Updates retrieving

Preview readingIt is recommended to visit our pages about UpdatesFilters and Webhooks to have mor...

Updated 10 months ago by InsanusMokrassar

Behaviour Builder with FSM

TelegramBotAPI Logic handling

Behaviour builder with FSM is based on the MicroUtils FSM. There are several important things in ...

Updated 11 months ago by InsanusMokrassar

Keyboards

TelegramBotAPI DSLs

In the telegram system there are two types of keyboards: Reply Inline Keyboard for eac...

Updated 11 months ago by InsanusMokrassar

Text

TelegramBotAPI DSLs

For the text creating there are several tools. The most simple one is to concatenate several text...

Updated 11 months ago by InsanusMokrassar