diff --git a/krontab/introduction/faq.html b/krontab/introduction/faq.html index 7f8a1b4..f11099c 100644 --- a/krontab/introduction/faq.html +++ b/krontab/introduction/faq.html @@ -1481,7 +1481,7 @@
Not very often. It depend on libraries (coroutines, korlibs/klock) updates and on some new awesome, but lightweight, features coming.
+Not very often. It depends on libraries (coroutines, korlibs/klock) updates and on some new awesome, but lightweight, features coming.
First of all, this library will be useful for long uptime applications which have some tasks to do from time to time.
buildSchedule
¶Custom KronScheduler
-
-You always able to create your own scheduler. In this section will be presented different ways and examples around standard CronDateTimeScheduler
builders buildSchedule
. You can read about schedulers in KrontabScheduler
You are always may create your own scheduler. In this section will be presented different ways and examples around standard CronDateTimeScheduler
builders buildSchedule
. You can read about schedulers in KrontabScheduler
Currently, buildSchedule
is the recommended start point for every scheduler. Usually, it is look like:
val scheduler = buildSchedule("5 * * * *")
@@ -1558,12 +1557,13 @@ You always able to create your own scheduler. In this section will be presented
AnyTimeScheduler
- will always return incoming DateTime
as next
Every*Scheduler
- return near * since the passed relatively
:
-EverySecondScheduler
-EveryMinuteScheduler
-EveryHourScheduler
-EveryDayOfMonthScheduler
-EveryMonthScheduler
-EveryYearScheduler
+EverySecondScheduler
/ KronScheduler.everyMillisecond
+EverySecondScheduler
/ KronScheduler.everySecond
+EveryMinuteScheduler
/ KronScheduler.everyMinute
+EveryHourScheduler
/ KronScheduler.hourly
+EveryDayOfMonthScheduler
/ KronScheduler.daily
+EveryMonthScheduler
/ KronScheduler.monthly
+EveryYearScheduler
/ KronScheduler.annually
Flows¶
Here currently there is only one extension for KronScheduler
: KronScheduler#asFlow
. As a result you will get Flow<DateTime>
(in fact SchedulerFlow
) which will trigger next emit
on each not null next
DateTime
diff --git a/search/search_index.json b/search/search_index.json
index 0a2acb0..a0c638f 100644
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"index.html","title":"Insanus Mokrassar libraries home","text":"Hello :) It is my libraries docs place and I glad to welcome you here. I hope, this documentation place will help you.
"},{"location":"index.html#projects","title":"Projects","text":"Common and independent TelegramBotAPI Plagubot"},{"location":"index.html#dependencies-graph","title":"Dependencies graph:","text":"flowchart RL\n KSLog[<a href='https://github.com/InsanusMokrassar/kslog'>KSLog</a>]\n MicroUtils[<a href='https://github.com/InsanusMokrassar/MicroUtils'>MicroUtils</a>]\n TelegramBotAPI[<a href='https://github.com/InsanusMokrassar/ktgbotapi'>TelegramBotAPI</a>]\n TelegramBotAPI-examples[<a href='https://github.com/InsanusMokrassar/TelegramBotAPI-examples'>TelegramBotAPI-examples </a>]\n PlaguBot[<a href='https://github.com/InsanusMokrassar/PlaguBot'>PlaguBot</a>]\n TelegramBotAPILibraries[<a href='https://github.com/InsanusMokrassar/TelegramBotAPILibraries'>TelegramBotAPILibraries</a>]\n PlaguBotPlugins[<a href='https://github.com/InsanusMokrassar/PlaguBotPlugins'>PlaguBotPlugins</a>]\n PlaguBotExample[<a href='https://github.com/InsanusMokrassar/PlaguBotExample'>PlaguBotExample</a>]\n BooruGrabberTelegramBot[<a href='https://github.com/InsanusMokrassar/BooruGrabberTelegramBot'>BooruGrabberTelegramBot</a>]\n SauceNaoTelegramBot[<a href='https://github.com/InsanusMokrassar/SauceNaoTelegramBot'>SauceNaoTelegramBot</a>]\n PlaguPoster[<a href='https://github.com/InsanusMokrassar/PlaguPoster'>PlaguPoster</a>]\n PlaguBotSuggestionsBot[<a href='https://github.com/InsanusMokrassar/PlaguBotSuggestionsBot'>PlaguBotSuggestionsBot</a>]\n TelegramBotTutorial[<a href='https://github.com/InsanusMokrassar/TelegramBotTutorial'>TelegramBotTutorial</a>]\n Krontab[<a href='https://github.com/InsanusMokrassar/krontab'>Krontab</a>]\n KJSUiKit[<a href='https://github.com/InsanusMokrassar/JSUiKitKBindings'>KJSUiKit</a>]\n SauceNaoAPI[<a href='https://github.com/InsanusMokrassar/SauceNaoAPI'>SauceNaoAPI</a>]\n Navigation[<a href='https://github.com/InsanusMokrassar/navigation'>Navigation</a>]\n\n TelegramBotAPI-bot_template[<a href='https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template'>TelegramBotAPI-bot_template</a>]\n PlaguBotPluginTemplate[<a href='https://github.com/InsanusMokrassar/PlaguBotPluginTemplate'>PlaguBotPluginTemplate</a>]\n PlaguBotBotTemplate[<a href='https://github.com/InsanusMokrassar/PlaguBotBotTemplate'>PlaguBotBotTemplate</a>]\n\n MicroUtils --> KSLog\n TelegramBotAPI --> MicroUtils\n TelegramBotAPI-examples --> TelegramBotAPI\n PlaguBot --> TelegramBotAPI\n TelegramBotAPILibraries --> PlaguBot\n PlaguBotPlugins --> TelegramBotAPILibraries\n PlaguBotExample --> PlaguBotPlugins\n BooruGrabberTelegramBot --> TelegramBotAPI\n BooruGrabberTelegramBot --> Krontab\n SauceNaoTelegramBot --> TelegramBotAPI\n SauceNaoTelegramBot --> SauceNaoAPI\n TelegramBotTutorial --> PlaguBotPlugins\n PlaguBotSuggestionsBot --> PlaguBotPlugins\n PlaguPoster --> PlaguBotPlugins\n PlaguPoster --> Krontab\n SauceNaoAPI --> MicroUtils\n Navigation --> MicroUtils\n\n TelegramBotAPI-bot_template -.- TelegramBotAPI\n PlaguBotPluginTemplate -.- PlaguBot\n PlaguBotBotTemplate -.- PlaguBot
"},{"location":"krontab/index.html","title":"krontab","text":"Library was created to give oppotunity to launch some things from time to time according to some schedule in runtime of applications.
"},{"location":"krontab/index.html#how-to-use","title":"How to use","text":"There are several ways to configure and use this library:
- From some string
- From builder
Anyway, to start some action from time to time you will need to use one of extensions/functions:
val kronScheduler = /* creating of KronScheduler instance */;\nkronScheduler.doWhile {\n// some action\ntrue // true - repeat on next time\n}\n
"},{"location":"krontab/index.html#including-in-project","title":"Including in project","text":"If you want to include krontab
in your project, just add next line to your dependencies part:
implementation \"dev.inmo:krontab:$krontab_version\"\n
Next version is the latest currently for the library:
For old version of Gradle, instead of implementation
word developers must use compile
.
"},{"location":"krontab/index.html#config-from-string","title":"Config from string","text":"Developers can use more simple way to configure repeat times is string. String configuring like a crontab
, but with a little bit different meanings:
/--------------- Seconds\n| /------------- Minutes\n| | /----------- Hours\n| | | /--------- Days of months\n| | | | /------- Months\n| | | | | /----- (optional) Year\n| | | | | | /--- (optional) Timezone offset\n| | | | | | | / (optional) Week days\n* * * * * * 0o *w\n
It is different with original crontab
syntax for the reason, that expected that in practice developers will use seconds and minutes with more probability than months (for example) or even years. In fact, developers will use something like:
doWhile(\"/5 * * * *\") {\nprintln(\"Called\")\ntrue // true - repeat on next time\n}\n
An other version:
doInfinity(\"/5 * * * *\") {\nprintln(\"Called\")\n}\n
Both of examples will print Called
message every five seconds.
"},{"location":"krontab/index.html#config-via-builder","title":"Config via builder","text":"Also, this library currently supports DSL for creating the same goals:
val kronScheduler = buildSchedule {\nseconds {\nfrom (0) every 5\n}\n}\nkronScheduler.doWhile {\nprintln(\"Called\")\ntrue // true - repeat on next time\n}\n
Or
val kronScheduler = buildSchedule {\nseconds {\n0 every 5\n}\n}\nkronScheduler.doWhile {\nprintln(\"Called\")\ntrue // true - repeat on next time\n}\n
Or
val kronScheduler = buildSchedule {\nseconds {\n0 every 5\n}\n}\nkronScheduler.doInfinity {\nprintln(\"Called\")\n}\n
All of these examples will do the same things: print Called
message every five seconds.
"},{"location":"krontab/index.html#do-functions","title":"do* functions","text":"With regular doOnce
/doWhile
/doInfinity
there are two types of their variations: local and timezoned. Local variations (doOnceLocal
/doWhileLocal
/doInfinityLocal
) will pass DateTime
as an argument into the block:
doInfinityLocal(\"/5 * * * *\") {\nprintln(it) // will print current date time\n}\n
Timezoned variations (doOnceTz
/doWhileTz
/doInfinityTz
) will do the same thing but pass as an argument DateTimeTz
:
doInfinityTz(\"/5 * * * * 0o\") {\nprintln(it) // will print current date time in UTC\n}\n
It is useful in cases when you need to get the time of calling and avoid extra calls to system time.
"},{"location":"krontab/index.html#helpful-table-for","title":"Helpful table for","text":"No args Local DateTime
Local DateTimeTz
with offset of KronScheduler
Call only near time doOnce doOnceLocal doOnceTz Call while condition is true doWhile doWhileLocal doWhileTz Work infinity* doInfinity doInfinityLocal doInfinityTz *Here there is an important notice, that Work infinity
is not exactly infinity
. Actually, that means that do while coroutine is alive
and in fact executing will be stopped when coroutine became cancelled.
"},{"location":"krontab/index.html#kronscheduler-as-a-flow","title":"KronScheduler as a Flow","text":"Any KronScheduler
can e converted to a Flow<DateTime
using extension asFlow
:
val kronScheduler = buildSchedule {\nseconds {\n0 every 1\n}\n}\nval flow = kronScheduler.asFlow()\n
So, in this case any operations related to flow are available and it is expected that they will work correctly. For example, it is possible to use this flow with takeWhile
:
flow.takeWhile {\ncondition()\n}.collect {\naction()\n}\n
"},{"location":"krontab/index.html#offsets","title":"Offsets","text":"Offsets in this library works via passing parameter ending with o
in any place after month
config. Currently there is only one format supported for offsets: minutes of offsets. To use time zones you will need to call next
method with DateTimeTz
argument or nextTimeZoned
method with any KronScheduler
instance, but in case if this scheduler is not instance of KronSchedulerTz
it will work like you passed just DateTime
.
Besides, in case you wish to use time zones explicitly, you will need to get KronSchedulerTz
. It is possible by:
- Using
createSimpleScheduler
/buildSchedule
/KrontabTemplate#toSchedule
/KrontabTemplate#toKronScheduler
methods with passing defaultOffset
parameter - Using
SchedulerBuilder#build
/createSimpleScheduler
/buildSchedule
/KrontabTemplate#toSchedule
/KrontabTemplate#toKronScheduler
methods with casting to KronSchedulerTz
in case you are pretty sure that it is timezoned KronScheduler
- Creating your own implementation of
KronSchedulerTz
"},{"location":"krontab/index.html#note-about-week-days","title":"Note about week days","text":"Unlike original CRON, here week days:
- Works as
AND
: cron date time will search first day which will pass requirement according all parameters including week days - You may use any related to numbers syntax with week days:
0-3w
, 0,1,2,3w
, etc. - Week days (like years and offsets) are optional and can be placed anywhere after
month
"},{"location":"krontab/describing/krontabscheduler.html","title":"KrontabScheduler","text":"KronScheduler
is the simple interface with only one function next
. This function optionally get as a parameter DateTime
which will be used as start point for the calculation of next trigger time. This function will return the next DateTime
when something must happen.
"},{"location":"krontab/describing/krontabscheduler.html#default-realisation","title":"Default realisation","text":"Default realisation (CronDateTimeScheduler
) can be created using several ways:
- Via
buildSchedule
(or createSimpleScheduler
) functions with crontab-like syntax parameter - Via
buildSchedule
(or SchedulerBuilder
object), which using lambda to configure scheduler
In the examples below the result of created scheduler will be the same.
"},{"location":"krontab/describing/krontabscheduler.html#crontab-like-way","title":"Crontab-like way","text":"Crontab-like syntax
See String format for more info about the crontab-line syntax
This way will be very useful for cases when you need to configure something via external configuration (from file on startup or via some parameter from requests, for example):
val schedule = \"5 * * * *\"\nval scheduler = buildSchedule(schedule)\nscheduler.asFlow().onEach {\n// this block will be called every minute at 5 seconds\n}.launchIn(someCoroutineScope)\n
"},{"location":"krontab/describing/krontabscheduler.html#lambda-way","title":"Lambda way","text":"In case of usage builder (lets call it lambda way
), you will be able to configure scheduler in more type-safe way:
val scheduler = buildSchedule {\nseconds {\nat(5)\n}\n}\nscheduler.asFlow().onEach {\n// this block will be called every minute at 5 seconds\n}.launchIn(someCoroutineScope)\n
"},{"location":"krontab/describing/krontabscheduler.html#custom-scheduler","title":"Custom scheduler","text":"You are always able to use your own realisation of scheduler. For example:
class RandomScheduler : KronScheduler {\noverride suspend fun next(relatively: DateTime): DateTime {\nreturn relatively + DateTimeSpan(seconds = Random.nextInt() % 60)\n}\n}\n
In the example above we have created RandomScheduler
, which will return random next time in range 0-60
seconds since relatively
argument.
"},{"location":"krontab/describing/string-format.html","title":"String format","text":"As in crontab
util, this library have almost the same format of string:
Seconds Minutes Hours Days of months Months Years Timezone Offset Week days Milliseconds Range 0..59 0..59 0..23 0..30 0..11 Any Int
Any Int
0..6 0..999 Suffix - - - - - - o
w
ms
Optional \u274c \u274c \u274c \u274c \u274c \u2705 \u2705 \u2705 \u2705 Full syntax support \u2705 \u2705 \u2705 \u2705 \u2705 \u2705 \u274c \u2705 \u2705 Position 0 1 2 3 4 Any after months Any after months Any after months Any after months Examples 0
, */15
, 30
0
, */15
, 30
0
, */15
, 22
0
, */15
, 30
0
, */5
, 11
0
, */15
, 30
60o
(UTC+1) 0w
, */2w
, 4w
0ms
, */150ms
, 300ms
Example with almost same description:
/-------------------- (0-59) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Seconds\n| /------------------ (0-59) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Minutes\n| | /---------------- (0-23) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Hours\n| | | /-------------- (0-30) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Days of months\n| | | | /------------ (0-11) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Months\n| | | | | /---------- (optional, any int) Year\n| | | | | | /-------- (optional) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Timezone offset\n| | | | | | | /----- (optional, 0-6) \u00b7\u00b7\u00b7 Week days\n| | | | | | | | /-- (optional, 0-999) \u00b7 Milliseconds (0 by default)\n* * * * * * 0o *w 0ms\n
Years, timezone, week days and milliseconds are optional settings. Next snippets are equal:
*/15 * * * *\n*/15 * * * * * // with year\n*/15 * * * * * 0ms // with year and milliseconds\n
"},{"location":"krontab/describing/string-format.html#supported-syntax","title":"Supported syntax","text":"Currently the library support next syntax for date/time elements:
{int}-{int}
- ranges {int}/{int}
- start/step */{int}
- every {int} {int}
- just at the time {other_element},{other_element}
- listing F
or f
- first possible value L
or l
- last possible value (last day of month, for example)
"},{"location":"krontab/describing/string-format.html#ranges","title":"Ranges","text":"Ranges are working like common rangeTo
(or ..
) in kotlin:
0-5 * * * *\n
In the example above scheduler will trigger every second from the beginning of the minute up to fifth second of minute.
"},{"location":"krontab/describing/string-format.html#startstep","title":"Start/Step","text":"Start/step is a little bit more complicated syntax. It means start from the first element, repeat triggering every second element
. Examples:
5/15 * * * *\n
Means that each minute starting from fifth second it will repeat triggering every fifteenth second: 5, 20, 35, 50
.
"},{"location":"krontab/describing/string-format.html#every","title":"Every","text":"Every is more simple syntax and could be explained as a shortcut for 0/{int}
. Example:
*/15 * * * *\n
Means that each minute it will repeat triggering every fifteenth second: 0, 15, 30, 45
.
"},{"location":"krontab/describing/string-format.html#just-at-the-time","title":"Just at the time","text":"The most simple syntax. It means, that scheduler will call triggering every time when element was reached:
15 * * * *\n
Means that each minute scheduler will call triggering at the fifteenth second.
"},{"location":"krontab/describing/string-format.html#listing","title":"Listing","text":"All the previous elements can be combined with listing. Lets just see several examples:
0,10 * * * *\n
Will trigger every minute at the 0
and 10
seconds (see Just at the time)
0-5,10 * * * *\n
Will trigger every minute from 0
to 5
seconds and at the 10
seconds (see Ranges)
"},{"location":"krontab/describing/string-format.html#examples","title":"Examples","text":" 0/5 * * * *
for every five seconds triggering 0/5,L * * * *
for every five seconds triggering and on 59 second 0/15 30 * * *
for every 15th seconds in a half of each hour 0/15 30 * * * 500ms
for every 15th seconds in a half of each hour when milliseconds equal to 500 1 2 3 F,4,L 5
for triggering in near first second of second minute of third hour of first, fifth and last days of may 1 2 3 F,4,L 5 60o
for triggering in near first second of second minute of third hour of first, fifth and last days of may with timezone UTC+01:00 1 2 3 F,4,L 5 60o 0-2w
for triggering in near first second of second minute of third hour of first, fifth and last days of may in case if it will be in Sunday-Tuesday week days with timezone UTC+01:00 1 2 3 F,4,L 5 2021
for triggering in near first second of second minute of third hour of first, fifth and last days of may of 2021st year 1 2 3 F,4,L 5 2021 60o
for triggering in near first second of second minute of third hour of first, fifth and last days of may of 2021st year with timezone UTC+01:00 1 2 3 F,4,L 5 2021 60o 0-2w
for triggering in near first second of second minute of third hour of first, fifth and last days of may of 2021st year if it will be in Sunday-Tuesday week days with timezone UTC+01:00 1 2 3 F,4,L 5 2021 60o 0-2w 500ms
for triggering in near first second of second minute of third hour of first, fifth and last days of may of 2021st year if it will be in Sunday-Tuesday week days with timezone UTC+01:00 when milliseconds will be equal to 500
"},{"location":"krontab/introduction/faq.html","title":"FAQ","text":""},{"location":"krontab/introduction/faq.html#how-oftern-new-versions-are-releasing","title":"How oftern new versions are releasing?","text":"Not very often. It depend on libraries (coroutines, korlibs/klock) updates and on some new awesome, but lightweight, features coming.
"},{"location":"krontab/introduction/faq.html#where-this-library-could-be-useful","title":"Where this library could be useful?","text":"First of all, this library will be useful for long uptime applications which have some tasks to do from time to time.
"},{"location":"krontab/introduction/faq.html#how-to-use-crontab-like-syntax","title":"How to use crontab-like syntax?","text":"In two words, you should call buildSchedule
or createSimpleScheduler
:
buildSchedule(\"5 * * * *\").asFlow().collect { /* do something */ }\n
You can read more about syntax in String format section.
"},{"location":"krontab/introduction/how-to-use.html","title":"How to use","text":""},{"location":"krontab/introduction/how-to-use.html#previous-pages","title":"Previous pages","text":" - Including in project
"},{"location":"krontab/introduction/how-to-use.html#buildschedule","title":"buildSchedule
","text":"Custom KronScheduler
You always able to create your own scheduler. In this section will be presented different ways and examples around standard CronDateTimeScheduler
builders buildSchedule
. You can read about schedulers in KrontabScheduler
Currently, buildSchedule
is the recommended start point for every scheduler. Usually, it is look like:
val scheduler = buildSchedule(\"5 * * * *\")\n
Or:
val scheduler = buildSchedule {\nseconds {\nat(5)\n}\n}\n
On the top of any KronScheduler
currently there are several groups of extensions:
- Executes
- Shortcuts
- Flows
"},{"location":"krontab/introduction/how-to-use.html#executes","title":"Executes","text":"All executes are look like do...
. All executes are described below:
doOnce
- will get the next time for executing, delay until that time and call block
with returning of the block
result doWhile
- will call doOnce
while it will return true
(that means that block
must return true
if it expects that next call must happen). In two words: it will run while block
returning true
doInfinity
- will call the block
using doWhile
with predefined returning true
. In two words: it will call block
while it do not throw error
"},{"location":"krontab/introduction/how-to-use.html#shortcuts","title":"Shortcuts","text":"Shortcuts are the constants that are initializing in a lazy way to provide preset KronScheduler
s. For more info about KrontabScheduler
you can read its own page.
AnyTimeScheduler
- will always return incoming DateTime
as next Every*Scheduler
- return near * since the passed relatively
: EverySecondScheduler
EveryMinuteScheduler
EveryHourScheduler
EveryDayOfMonthScheduler
EveryMonthScheduler
EveryYearScheduler
"},{"location":"krontab/introduction/how-to-use.html#flows","title":"Flows","text":"Here currently there is only one extension for KronScheduler
: KronScheduler#asFlow
. As a result you will get Flow<DateTime>
(in fact SchedulerFlow
) which will trigger next emit
on each not null next
DateTime
"},{"location":"krontab/introduction/including-in-project.html","title":"Including in project","text":"In two words, you must add dependency dev.inmo:krontab:$krontab_version
to your project. The latest version presented by next badge:
"},{"location":"krontab/introduction/including-in-project.html#notice-about-repository","title":"Notice about repository","text":"To use this library, you will need to include MavenCentral
repository in you project
"},{"location":"krontab/introduction/including-in-project.html#buildgradle","title":"build.gradle","text":"mavenCentral()\n
"},{"location":"krontab/introduction/including-in-project.html#dependencies","title":"Dependencies","text":"Next snippets must be placed into your dependencies
part of build.gradle
(for gradle) or pom.xml
(for maven).
"},{"location":"krontab/introduction/including-in-project.html#gradle","title":"Gradle","text":"implementation \"dev.inmo:krontab:$krontab_version\"\n
"},{"location":"krontab/introduction/including-in-project.html#maven","title":"Maven","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>krontab</artifactId>\n<version>${krontab_version}</version>\n</dependency>\n
"},{"location":"kslog/index.html","title":"KSLog","text":"It is simple and easy-to-use tool for logging on the most popular platforms in Kotlin Multiplatform:
By default, KSLog is using built-in tools for logging on each supported platform:
java.util.logging.Logger
for JVM
android.util.Log
for Android
Console
for JS
But you always may create your logger and customize as you wish:
KSLog.default = KSLog { level: LogLevel, tag: String?, message: Any, throwable: Throwable? ->\n// do your logging\n}\n
This library also supports native targets in experimental mode. By default, all native targets will use simple printing in the console
"},{"location":"kslog/index.html#how-to-use","title":"How to use","text":""},{"location":"kslog/index.html#fast-travel","title":"Fast-travel","text":"Just use some boring extensions like:
KSLog.i(\"Some message\")\n// OR\nKSLog.i(\"Some tag\", \"Some message\")\n// OR\nKSLog.i(\"Some tag\", \"Some message\", IllegalArgumentException(\"So, that is exception :)\"))\n// OR\nKSLog.i(\"Some optional tag\", Exception(\"Optional\")) { \"Lazy inited message\" }\n// OR\nKSLog.iS(\"Some optional tag\", Exception(\"Optional\")) { \"Lazy inited message for suspendable calculation of text\" }\n// OR EVEN\nKSLog.l(LogLevel.INFO, \"Some tag\", \"Some message\", IllegalArgumentException(\"So, that is exception :)\"))\n// OR\nKSLog.l(LogLevel.INFO, \"Some optional tag\", IllegalArgumentException(\"So, that is exception :)\")) { \"And lazily inited message\" }\n
"},{"location":"kslog/index.html#a-little-bit-deeper","title":"A little bit deeper","text":"There are several important \u201cterms\u201d in context of this library:
- Default logger (available via
KSLog.default
or simply KSLog
) - Local logger (can be created via
KSLog
functions and passed anywhere as KSLog
) - Logging shortcuts like
KSLog.i
/KSLog.info
- Built-in extension
Any.logger
which allow you to create logger binded to the default with the tag based on the class of receiver - Be careful with the receivers: if you will use some extension like
apply
, the receiver will be different with your class inside of that apply
Every logging extension (like KSLog.i
) have its analog with lazy inited message text and the same one with suffix S
(like KSLog.iS
) for the suspendable message calculation.
Default logger can be created by passing defaultTag
and one of variants log level filters: set or minimal loggable level. In JVM
you also may setup any logger as base logger for default realizations of KSLog
. Besides, you may use your own callback (on any target platform) as output of logging:
val logger = KSLog { logLevel, optionalTag, message, optionalThrowable ->\nprintln(\"[$logLevel] $optionalTag - $message: $optionalThrowable.stackTraceToString()\")\n}\n
In the example above we will take the logger
which will just print incoming data as common output.
"},{"location":"kslog/index.html#installation","title":"Installation","text":""},{"location":"kslog/index.html#gradle","title":"Gradle","text":"implementation \"dev.inmo:kslog:$kslog_version\"\n
"},{"location":"kslog/index.html#maven","title":"Maven","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>kslog</artifactId>\n<version>${kslog_version}</version>\n</dependency>\n
"},{"location":"kslog/logging.html","title":"Logging","text":"Message type notice
On this page all the messages will be just simple String
, but you may pass any object as the message
As has been said in the setup section, this library contains next levels of logging with their default representations on each platform:
Weight (by order) LogLevel name JS JVM Loggers Android 0 DEBUG console.log Level.FINEST Log.d 1 VERBOSE console.info Level.FINE Log.v 2 INFO console.info Level.INFO Log.i 3 WARNING console.warn Level.WARNING Log.w 4 ERROR console.error Level.SEVERE Log.e 5 ASSERT console.error Level.SEVERE Log.wtf Each of these levels have fullname and shortname shortcat extensions:
KSLog.debug
/KSLog.d
/KSLog.dS
KSLog.verbose
/KSLog.v
/KSLog.vS
KSLog.info
/KSLog.i
/KSLog.iS
KSLog.warning
/KSLog.w
/KSLog.wS
KSLog.error
/KSLog.e
/KSLog.eS
KSLog.assert
/KSLog.wtf
/KSLog.wtfS
And any of these shortcuts may accept one of several arguments combinations:
- Tag (Optional), Throwable (Optional), Message Builder (simple inline callback for lazy creating of log message). This type of arguments is duplicated with
S
suffix for suspendable
messages creating, for example - Message, Throwable (Optional)
- Tag, Message, Throwable (Optional)
So, when you want to log some expected exception, there are three common ways to do it:
val logger = KSLog.default\n// with callback\nlogger.info(tag, throwable) {\n\"Some your message for this event\"\n}\n// with suspendable callback\nlogger.infoS(tag, throwable) {\nwithContext(Dispatchers.Default) {\n\"Some your message for this event\"\n}\n}\n// Just with message\nlogger.info(\"Some your message for this event\", throwable)\n// With message and tag as strings\nlogger.info(tag, \"Some your message for this event\", throwable)\n
Of course, any of this calls can be shortenned:
val logger = KSLog.default\n// with callback\nlogger.i(tag, throwable) {\n\"Some your message for this event\"\n}\n// with suspendable callback\nlogger.iS(tag, throwable) {\nwithContext(Dispatchers.Default) {\n\"Some your message for this event\"\n}\n}\n// Just with message\nlogger.i(\"Some your message for this event\", throwable)\n// With message and tag as strings\nlogger.i(tag, \"Some your message for this event\", throwable)\n
There is special shortcat - for base performLog
. In that case the only change is that you will require to pass the LogLevel
more obviously:
val logger = KSLog.default\n// with callback\nlogger.log(LogLevel.INFO, tag, throwable) {\n\"Some your message for this event\"\n}\n// with suspendable callback\nlogger.logS(LogLevel.INFO, tag, throwable) {\nwithContext(Dispatchers.Default) {\n\"Some your message for this event\"\n}\n}\n// Just with message\nlogger.log(LogLevel.INFO, \"Some your message for this event\", throwable)\n// With message and tag as strings\nlogger.log(LogLevel.INFO, tag, \"Some your message for this event\", throwable)\n
OR
val logger = KSLog.default\n// with callback\nlogger.l(LogLevel.INFO, tag, throwable) {\n\"Some your message for this event\"\n}\n// with suspendable callback\nlogger.lS(LogLevel.INFO, tag, throwable) {\nwithContext(Dispatchers.Default) {\n\"Some your message for this event\"\n}\n}\n// Just with message\nlogger.l(LogLevel.INFO, \"Some your message for this event\", throwable)\n// With message and tag as strings\nlogger.l(LogLevel.INFO, tag, \"Some your message for this event\", throwable)\n
"},{"location":"kslog/setup.html","title":"Setup","text":""},{"location":"kslog/setup.html#dependency-installation","title":"Dependency installation","text":""},{"location":"kslog/setup.html#gradle-groovy","title":"Gradle (Groovy)","text":"implementation \"dev.inmo:kslog:$kslog_version\"\n
"},{"location":"kslog/setup.html#gradle-kotlin-script","title":"Gradle (Kotlin Script)","text":"implementation(\"dev.inmo:kslog:$kslog_version\")\n
"},{"location":"kslog/setup.html#maven-pom","title":"Maven (pom)","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>kslog</artifactId>\n<version>${kslog_version}</version>\n</dependency>\n
"},{"location":"kslog/setup.html#setup-in-code","title":"Setup in code","text":"The main point in setup in your code is to setup default logger:
KSLog.default = KSLog(\"defaultTag\")\n
You may use custom messageFormatter
in any of KSLog
factory to customize output of KSLog
logging. For example:
KSLog(\n\"loggingWithCustomFormat\",\nmessageFormatter = { level, tag, message, throwable ->\nprintln(\"[$level] $tag - $message: $throwable\")\n}\n)\n
Additionally you may use one of several different settings:
minLoggingLevel
- minimal logging level for the log which will be logged. The order of log level is next: - DEBUG
- VERBOSE
- INFO
- WARNING
- ERROR
- ASSERT
levels
- and iterable with the levels which should be logged firstLevel
,secondLevel
,otherLevels
- as levels
, but vararg
:)
In case you are passing minLoggingLevel
, the level and more important levels will be passed to logs. For example, when you are settings up your logger as in next snippet:
val logger = KSLog(\n\"exampleTag\",\nminLoggingLevel = LogLevel.INFO\n)\n
The next levels will be logged with logger
:
INFO
WARNING
ERROR
ASSERT
"},{"location":"kslog/setup.html#special-loggers","title":"Special loggers","text":""},{"location":"kslog/setup.html#callbackkslog","title":"CallbackKSLog","text":"It is logger which will call incoming performLogCallback
on each logging. This logger can be create simply with one callback:
KSLog { level, tag, message, throwable ->\nprintln(\"[$level] $tag - $message: $throwable\")\n}\n
"},{"location":"kslog/setup.html#taglogger","title":"TagLogger","text":"It is simple value class which can be used for zero-cost usage of some tag and calling for KSLog.default
. For example, if you will create tag logger with next code:
val logger = TagLogger(\"tagLoggerTag\")\n
The logger
will call KSLog.default
with the tag tagLoggerTag
on each calling of logging.
"},{"location":"kslog/setup.html#filterkslog","title":"FilterKSLog","text":"This pretty simple logger will call its fallbackLogger
only in cases when incoming messageFilter
will return true for logging:
val baseLogger = KSLog(\"base\") // log everything with the tag `base` if not set other\nval filtered = baseLogger.filtered { _, t, _ ->\nt == \"base\"\n}\n
In the example above baseLogger
will perform logs in two ways: when it has been called directly or when we call log performing with the tag \"base\"
or null
. Besides, you can see there extension filtered
which allow to create FilterKSLog
logger with simple lambda.
"},{"location":"kslog/setup.html#typedkslog","title":"TypedKSLog","text":"This logger accepts map of types with the target loggers. You may build this logger with the special simple DSL:
val baseLogger = KSLog(\"base\") // log everything with the tag `base` if not set other\nval typed = buildTypedLogger {\non<Int>(baseLogger) // log all ints to the baseLogger\non<Float> { _, _, message, _ ->// log all floats to the passed logger\nprintln(message.toString()) // just print all floats\n}\ndefault { level, tag, message, throwable ->\nKSLog.performLog(level, tag, message, throwable)\n}\n}\n
"},{"location":"kslog/setup.html#automatical-loggers","title":"Automatical loggers","text":"There are two things which can be useful in your code: logger
and logTag
extensions. logTag
is the autocalculated by your object classname tag. logger
extension can be used with applying to any object like in the next snippet:
class SomeClass {\ninit {\nlogger.i(\"inited\")\n}\n}\n
The code above will trigger calling of logging in KSLog.default
with level LogLevel.INFO
using tag SomeClass
and message \"inited\"
. As you could have guessed, logger
is using TagLogger
with logTag
underhood and the most expensive operation here is automatical calculation of logTag
.
- Extension
logger
"},{"location":"kslog/setup.html#jvm-specific-setup","title":"JVM specific setup","text":"For JVM you may setup additionally use java loggers as the second parameter of KSLog
factory. For example:
KSLog(\n\"yourTag\"\nLogger.getLogger(\"YourJavaLoggerName\")\n)\n
"},{"location":"micro_utils/index.html","title":"MicroUtils","text":"MicroUtils
is a set of libraries to help me (and, I hope, you too) in some routine doings of coding.
First of all, this library collection is oriented to use next technologies:
Kotlin Coroutines
Kotlin Serialization
Kotlin Exposed
Ktor
Koin
Korlibs
Warning
Due to complexity of this library, it is possible that some things will be missed or inactual. Me and the users of this library will try hard to keep its docs as actual as possible, but in case you will find some inconsistency of docs and library work (signatures, behaviour, API) you may write me directly in my telegram
"},{"location":"tgbotapi/index.html","title":"TelegramBotAPI","text":"Hello! This is a set of libraries for working with Telegram Bot API.
"},{"location":"tgbotapi/index.html#examples","title":"Examples","text":"There are several things you need to do to launch examples below:
- Add
mavenCentral()
to your project repositories - Maven variant
- Add dependency
implementation \"dev.inmo:tgbotapi:$tgbotapi_version\"
- Replace
tgbotapi_version
with exact version (see last one in the table above) or put variable with this name in project - Alternative variant for maven here
More including instructions available here. Other configuration examples:
- For multiplatform
- For JVM
"},{"location":"tgbotapi/index.html#most-common-example","title":"Most common example","text":"suspend fun main() {\nval bot = telegramBot(TOKEN)\nbot.buildBehaviourWithLongPolling {\nprintln(getMe())\nonCommand(\"start\") {\nreply(it, \"Hi:)\")\n}\n}.join()\n}\n
In this example you will see information about this bot at the moment of starting and answer with Hi:)
every time it gets message /start
"},{"location":"tgbotapi/index.html#handling-only-last-messages","title":"Handling only last messages","text":"suspend fun main() {\nval bot = telegramBot(TOKEN)\nval flowsUpdatesFilter = FlowsUpdatesFilter()\nbot.buildBehaviour(flowUpdatesFilter = flowsUpdatesFilter) {\nprintln(getMe())\nonCommand(\"start\") {\nreply(it, \"Hi:)\")\n}\nretrieveAccumulatedUpdates(this).join()\n}\n}\n
The main difference with the previous example is that bot will get only last updates (accumulated before bot launch and maybe some updates it got after launch)
"},{"location":"tgbotapi/index.html#build-a-little-bit-more-complex-behaviour","title":"Build a little bit more complex behaviour","text":"suspend fun main() {\nval bot = telegramBot(TOKEN)\nbot.buildBehaviourWithLongPolling {\nprintln(getMe())\nval nameReplyMarkup = ReplyKeyboardMarkup(\nmatrix {\nrow {\n+SimpleKeyboardButton(\"nope\")\n}\n}\n)\nonCommand(\"start\") {\nval photo = waitPhoto(\nSendTextMessage(it.chat.id, \"Send me your photo please\")\n).first()\nval name = waitText(\nSendTextMessage(\nit.chat.id,\n\"Send me your name or choose \\\"nope\\\"\",\nreplyMarkup = nameReplyMarkup\n)\n).first().text.takeIf { it != \"nope\" }\nsendPhoto(\nit.chat,\nphoto.mediaCollection,\nentities = buildEntities {\nif (name != null) regular(name) // may be collapsed up to name ?.let(::regular)\n}\n)\n}\n}.join()\n}\n
"},{"location":"tgbotapi/index.html#more-examples","title":"More examples","text":"You may find examples in this project. Besides, you are always welcome in our chat.
"},{"location":"tgbotapi/faq.html","title":"FAQ","text":""},{"location":"tgbotapi/faq.html#how-to-filter-updates-in-some-part-of-behaviourbuilder","title":"How to filter updates in some part of BehaviourBuilder
?","text":"You may create subcontext with BehaviourBuilder.
createSubContextAndDoWithUpdatesFilter
and pass there updatesUpstreamFlow
parameter with any operations over parent behaviour builder:
buildBehaviourWithLongPolling {\ncreateSubContextAndDoWithUpdatesFilter(\nupdatesUpstreamFlow = filter { /* some condition */ },\nstopOnCompletion = false // disable stopping of sub context after setup\n) {\nonCommand() //...\n}\n}\n
"},{"location":"tgbotapi/faq.html#additional-info","title":"Additional info","text":" - Flows docs
- BehaviourBuilder
"},{"location":"tgbotapi/faq.html#cases","title":"Cases","text":" - Filtering of chats and users:
updatesUpstreamFlow = filter { it.sourceChat() ?.id == requiredChatId || it.sourceUser() ?.id == requiredUserId }\n
- See:
- Update.sourceChat
- Update.sourceUser
"},{"location":"tgbotapi/dsls/keyboards.html","title":"Keyboards","text":"In the telegram system there are two types of keyboards:
Reply Inline Keyboard for each user in the chat Keyboard linked to the certain message Low-level way to create keyboard looks like in the next snippet:
ReplyKeyboardMarkup(\nmatrix {\nrow {\nadd(SimpleKeyboardButton(\"Simple text\"))\n// ...\n}\n// ...\n}\n)\n
In case you wish to create inline keyboard, it will look like the same as for reply keyboard. But there is another way. The next snippet will create the same keyboard as on the screenshots above:
// reply keyboard\nreplyKeyboard {\nrow {\nsimpleButton(\"7\")\nsimpleButton(\"8\")\nsimpleButton(\"9\")\nsimpleButton(\"*\")\n}\nrow {\nsimpleButton(\"4\")\nsimpleButton(\"5\")\nsimpleButton(\"6\")\nsimpleButton(\"/\")\n}\nrow {\nsimpleButton(\"1\")\nsimpleButton(\"2\")\nsimpleButton(\"3\")\nsimpleButton(\"-\")\n}\nrow {\nsimpleButton(\"0\")\nsimpleButton(\".\")\nsimpleButton(\"=\")\nsimpleButton(\"+\")\n}\n}\n// inline keyboard\ninlineKeyboard {\nrow {\ndataButton(\"Get random music\", \"random\")\n}\nrow {\nurlButton(\"Send music to friends\", \"https://some.link\")\n}\n}\n
"},{"location":"tgbotapi/dsls/live-location.html","title":"Live Location","text":"Bot API allows you to send live locations and update them during their lifetime. In this library there are several ways to use this API:
- Directly via API calls (sendLiveLocation and editLiveLocation)
- startLiveLocation
- handleLiveLocation
"},{"location":"tgbotapi/dsls/live-location.html#sendlivelocation","title":"sendLiveLocation","text":"In the Bot API there is no independent sendLiveLocation
method, instead it is suggested to use sendLocation with setting up live_period
. In this library in difference with original Bot API live location is special request. It was required because of in fact live locations and static locations are different types of location info and you as bot developer may interact with them differently.
Anyway, in common case the logic looks like:
- Send sendLiveLocation
- Use editLiveLocation to change it during its lifetime
- Use stopLiveLocation to abort it before lifetime end
"},{"location":"tgbotapi/dsls/live-location.html#startlivelocation","title":"startLiveLocation","text":"In difference with sendLiveLocation, startLiveLocation using LiveLocationProvider. With this provider you need not to handle chat and message ids and keep some other data for location changes. Instead, you workflow with provider will be next:
- startLiveLocation
- Use LiveLocationProvider#updateLocation to update location and optionally add inline keyboard
- Use LiveLocationProvider#close to abort live location before its end
Besides, LiveLocationProvider
contains different useful parameters about live location
"},{"location":"tgbotapi/dsls/live-location.html#handlelivelocation","title":"handleLiveLocation","text":"This way of live locations handling is based on coroutines Flow and allow you to pass some external Flow
with EditLiveLocationInfo. So, workflow:
- Create your own flow of locations. For example:
flow {\nvar i = 0\nwhile (isActive) {\nval newInfo = EditLiveLocationInfo(\nlatitude = i.toDouble(),\nlongitude = i.toDouble(),\nreplyMarkup = flatInlineKeyboard {\ndataButton(\"Cancel\", \"cancel\")\n}\n)\nemit(newInfo)\ni++\ndelay(10000L) // 10 seconds\n}\n}\n
- In case you needed, create your collector to store the message with live location:
val currentMessageState = MutableStateFlow<ContentMessage<LocationContent>?>(null)\n
- Start handle live location. handleLiveLocation works synchronosly (in current coroutine) and will ends only when your flow will ends. Thats why there are two ways to call it:
handleLiveLocation(\nit.chat.id,\nlocationsFlow,\nsentMessageFlow = FlowCollector { currentMessageState.emit(it) }\n)\n// this code will be called after `locationsFlow` will ends\n
OR scope.launch {\nhandleLiveLocation(\nit.chat.id,\nlocationsFlow,\nsentMessageFlow = FlowCollector { currentMessageState.emit(it) }\n)\n}\n// this code will be called right after launch will be completed\n
See our example to get more detailed sample
"},{"location":"tgbotapi/dsls/text.html","title":"Text","text":"For the text creating there are several tools. The most simple one is to concatenate several text sources to make list of text sources as a result:
val sources = \"Regular start of text \" + bold(\"with bold part\") + italic(\"and italic ending\")\n
But there is a little bit more useful way: entities builder:
val items = (0 until 10).map { it.toString() }\nbuildEntities(\" \") {// optional \" \" auto separator which will be pasted between text sources\n+\"It is regular start too\" + bold(\"it is bold as well\")\nitems.forEachIndexed { i, item ->\nif (i % 2) {\nitalic(item)\n} else {\nstrikethrough(item)\n}\n}\n}\n
In the code above we are creating an items list just for demonstrating that inside of buildEntities body we may use any operations for cunstructing our result list of TextSource
s. As a result, will be created the list which will looks like in telegram as \u201cIt is regular start too it is bold as well 0 ~~1~~ 2 ~~3~~ 4 ~~5~~ 6 ~~7~~ 8 ~~9~~\u201d.
"},{"location":"tgbotapi/guides/keyboards.html","title":"Keyboards Guide","text":"This guide will help you choose the right keyboard for your needs and show you various API facilities available in the library to support your choice.
"},{"location":"tgbotapi/guides/keyboards.html#introduction","title":"Introduction","text":""},{"location":"tgbotapi/guides/keyboards.html#keyboard-types","title":"Keyboard Types","text":"The first thing you need to know is that there are two types of keyboards available in the Telegram Bot API: reply and inline keyboards.
Resize option
In the screenshots above (and in the most others) you may see usage of reply keyboards without resize_keyboard
. In case you will use resize_keyboard = true
the keyboard will be smaller.
Note the differences in the way these keyboards are shown to a user.
A reply keyboard is shown under the message input field. It replaces the device\u2019s native input method on a mobile device.
An inline keyboard is shown as a part of the message in the chat.
"},{"location":"tgbotapi/guides/keyboards.html#simple-keyboard-interactions","title":"Simple Keyboard Interactions","text":"When a user clicks on a simple reply keyboard button, its text is just sent in the chat.
When a user clicks on a simple inline keyboard button, nothing is sent to the chat. Instead, a callback query (a fancy way to say \u201ca request\u201d) is sent directly to the bot and the button is highlighted. It will stay highlighted until the bot acks the callback.
It\u2019s a common mistake to forget to handle callback queries
It leads to the buttons being highlighted for long periods of time, which leads to a bad user experience. Don\u2019t forget to handle these callbacks!
As new messages arrive, a reply keyboard will stay there, while the inline keyboard will stick to the message and move with it.
Ups\u2026 The reply keyboard is now far away from the message it was sent with.
Actually, they are two different unrelated entities now: the original message and the reply keyboard. A reply keyboard persists until you explicitly remove it or replace it with a different one.
It\u2019s a common mistake to forget to remove or replace reply keyboards
It leads to the keyboards being shown forever. Don\u2019t forget to remove reply keyboards when you don\u2019t need them anymore!
You also may use option one_time_keyboard
and the keyboard will be automatically removed after user interaction
An inline keyboard could also be removed or changed by editing the original message it was attached to.
"},{"location":"tgbotapi/guides/keyboards.html#extended-keyboard-interactions","title":"Extended Keyboard Interactions","text":"Keyboards are not limited to text only. They could be used to ask users for different things, like payments, locations, phone numbers, etc. They could be used to open arbitrary URLs or web apps. Telegram clients process these buttons and interact with the users in the appropriate ways.
For the full list of options, see the official documentation on reply and inline keyboards.
"},{"location":"tgbotapi/guides/keyboards.html#basic-api-classes","title":"Basic API & Classes","text":"Now, that you know the basics, let\u2019s see how to use the library.
"},{"location":"tgbotapi/guides/keyboards.html#keyboards","title":"Keyboards","text":"In Telegram Bot API keyboards are sent to the user as a part of an interaction via the reply_markup
parameter. More specifically, this parameter is available:
- in the
sendXXX
methods, like sendMessage
, sendPhoto
, sendSticker
, etc. - in the
copyMessage
method - in the
editMessageXXX
methods, like editMessageText
, editMessageCaption
, editMessageReplyMarkup
, etc. This also includes stopXXX
methods like the stopMessageLiveLocation
method.
Tip
editMessageReplyMarkup
is specifically designed to edit a message\u2019s inline keyboard.
Sending inline keyboards is also supported in inline mode through the reply_markup
parameter of the InlineQueryResult
type and its inheritors. However, this inline mode is unrelated to the inline keyboards.
The reply_markup
parameter accepts four different types. Two of them \u2014 ReplyKeyboardMarkup
and InlineKeyboardMarkup
\u2014 correspond to the reply and inline keyboards respectively. The ReplyKeyboardRemove
type is used to remove reply keyboards, but it\u2019s not a keyboard itself. The last one, ForceReply
, is used to force users to reply to the bot. It is not a keyboard either, but yet another dirty hack employed by the Telegram Bot API.
Now, in the library, the WithReplyMarkup
is a marker interface for all the interactions which could have a replyMarkup
(represents reply_markup
) parameter. It is extended by the ReplyingMarkupSendMessageRequest
, and then, finally, by classes like SendTextMessage
. This, basically, corresponds to the Telegram Bot API.
Note
You may see all the inheritors of WithReplyMarkup
interfaces in the corresponding KDoc
The other way to send a keyboard is through the replyMarkup
parameter of the numerous extension methods, like sendMessage
. Those are just convenient wrappers around general interaction classes, like the aforementioned SendTextMessage
.
"},{"location":"tgbotapi/guides/keyboards.html#buttons","title":"Buttons","text":"As we already know, keyboards consist of buttons. Button classes reside in the dev.inmo.tgbotapi.types.buttons
package.
The base class for the reply keyboard buttons is the KeyboardButton
. The base class for the inline keyboard buttons is the InlineKeyboardButton
.
See their inheritors for the full list of the available buttons. The names are pretty self-explanatory and correspond to the Telegram Bot API.
For example, to send a simple reply keyboard button, use the SimpleKeyboardButton
class. To request a contact from the user through the reply, use the RequestContactKeyboardButton
class. To attach a URL button to the message, use the URLInlineKeyboardButton
. And to attach a callback button, use the CallbackDataInlineKeyboardButton
.
You get the idea.
So, to send a reply keyboard use the following code:
bot.sendMessage(\nchatId = chat,\ntext = \"What is the best Kotlin Telegram Bot API library?\",\nreplyMarkup = ReplyKeyboardMarkup(\nkeyboard = listOf(\nlistOf(\nSimpleKeyboardButton(\"ktgbotapi\"),\n),\n)\n)\n)\n
And here is how you send a basic inline keyboard:
bot.sendMessage(\nchatId = chat,\ntext = \"ktgbotapi is the best Kotlin Telegram Bot API library\",\nreplyMarkup = InlineKeyboardMarkup(\nkeyboard = listOf(\nlistOf(\nCallbackDataInlineKeyboardButton(\"I know\", \"know\"),\nURLInlineKeyboardButton(\"Learn more\", \"https://github.com/InsanusMokrassar/ktgbotapi\")\n),\n)\n),\n)\n
When we\u2019re done with this simple quiz, we can remove the keyboard with the following code:
bot.sendMessage(\nchatId = chat,\ntext = \"You're goddamn right!\",\nreplyMarkup = ReplyKeyboardRemove()\n)\n
Note
Don\u2019t forget to remove the reply keyboards!
"},{"location":"tgbotapi/guides/keyboards.html#matrices","title":"Matrices","text":"Buttons in keyboards are arranged in matrices, i.e. two-dimensional arrays, or, to say in layperson\u2019s terms, rows and columns. In contrast to the matrices you\u2019ve learned in school, keyboards are not always necessarily square. Try it:
bot.sendMessage(\nchatId = chat,\ntext = \"In contrast to the matrices you've learned in school, keyboards are not always necessary square.\",\nreplyMarkup = InlineKeyboardMarkup(\nkeyboard = listOf(\nlistOf(\nCallbackDataInlineKeyboardButton(\"1\", \"1\"),\nCallbackDataInlineKeyboardButton(\"2\", \"2\"),\nCallbackDataInlineKeyboardButton(\"3\", \"3\"),\n),\nlistOf(\nCallbackDataInlineKeyboardButton(\"4\", \"4\"),\nCallbackDataInlineKeyboardButton(\"5\", \"5\"),\n),\nlistOf(\nCallbackDataInlineKeyboardButton(\"6\", \"6\"),\n)\n)\n)\n)\n
This way of building matrices is not very convenient, so the library provides a few eloquent DSLs to simplify that.
First, there are matrix
and row
, so the keyboard above can be built like this:
bot.sendMessage(\nchatId = chat,\ntext = \"DSLs are sweet!\",\nreplyMarkup = InlineKeyboardMarkup(\nkeyboard = matrix {\nrow {\n+CallbackDataInlineKeyboardButton(\"1\", \"1\")\n+CallbackDataInlineKeyboardButton(\"2\", \"2\")\n+CallbackDataInlineKeyboardButton(\"3\", \"3\")\n}\nrow(\nCallbackDataInlineKeyboardButton(\"4\", \"4\"),\nCallbackDataInlineKeyboardButton(\"5\", \"5\"),\n)\nrow {\n+CallbackDataInlineKeyboardButton(\"6\", \"6\")\n}\n},\n)\n)\n
Note
Those plus signs are mandatory.
Note
There are two different row
functions here. Can you spot the difference?
A single-row matrix can be built with a flatMatrix
:
flatMatrix {\n+CallbackDataInlineKeyboardButton(\"1\", \"1\")\n+CallbackDataInlineKeyboardButton(\"2\", \"2\")\n+CallbackDataInlineKeyboardButton(\"3\", \"3\")\n+CallbackDataInlineKeyboardButton(\"4\", \"4\")\n+CallbackDataInlineKeyboardButton(\"5\", \"5\")\n}\n
But the most convenient way to build a simple keyboard is to use the constructor-like methods: InlineKeyboardMarkup
and ReplyKeyboardMarkup
. Note, that they are named just like the corresponding constructor, but take a vararg of buttons. They create flat matrices, i.e. single rows.
"},{"location":"tgbotapi/guides/keyboards.html#keyboards-dsl","title":"Keyboards DSL","text":"Finally, there are inlineKeyboard
and replyKeyboard
DSL methods above rely on Kotlin\u2019s feature of receivers and extensions. So, the magic is done by MatrixBuilder
and RowBuilder
. That\u2019s why you must use the plus sign to add buttons to the matrix: it\u2019s just an overloaded operator call, another cool Kotlin feature widely used to create sweet DSLs.
Another bonus of using these DSLs is button builders, like payButton
, dataButton
, and urlButton
:
bot.sendMessage(\nchatId = chat,\ntext = \"All in one!\",\nreplyMarkup = InlineKeyboardMarkup(\nkeyboard = matrix {\nrow {\npayButton(\"Send money\")\ndataButton(\"Ok\", \"ok\")\nurlButton(\"Google\", \"https://google.com\")\n}\n},\n)\n)\n
Reply keyboard builders provide similar extensions, e.g. requestLocationButton
.
So, choose the style you like \u2014 from plain Kotlin lists to sweet DSLs \u2014 and use it!
"},{"location":"tgbotapi/guides/keyboards.html#working-with-keyboards","title":"Working with keyboards","text":"Working with keyboards is not something special in Telegram Bot API. As you have already seen, keyboards are just message parameters. Similarly, keyboard interactions are represented by regular Updates. I.e. when a user interacts with a keyboard, the bot receives an update.
On the other hand, the library is heavily typed, so the actual type of update you would receive varies.
"},{"location":"tgbotapi/guides/keyboards.html#reply-keyboards","title":"Reply keyboards","text":"As it was said, reply keyboards cause Telegram clients to send regular messages back to the bot. Peruse this example:
bot.buildBehaviourWithLongPolling {\nbot.sendMessage(\nchatId = chat,\ntext = \"\ud83d\udc6e Turn in your accomplices or be prepared for a lengthy \ud83c\udf46 incarceration \u26d3 \ud83d\udc4a \u203c\",\nreplyMarkup = replyKeyboard {\n+SimpleKeyboardButton(\n\"I ain't no rat! \ud83d\udeab\ud83d\udc00\ud83e\udd10\ud83d\ude45\"\n)\n+RequestUserKeyboardButton(\n\"Rat out \ud83d\udc00 a friend \ud83d\udc64\",\nKeyboardButtonRequestUser.Common(RequestId.random())\n)\n+RequestChatKeyboardButton(\n\"Rat out \ud83d\udc00 a group of friends \ud83d\udc65\",\nKeyboardButtonRequestChat.Group(RequestId.random())\n)\n}\n)\nonText { message: CommonMessage<TextContent> ->\nassert(message.text == \"I ain't no rat! \ud83d\udeab\ud83d\udc00\ud83e\udd10\ud83d\ude45\")\nbot.reply(\nto = message,\ntext = \"Good, you're going to jail alone! \u26d3\ud83e\uddd1\u26d3\",\nreplyMarkup = ReplyKeyboardRemove()\n)\n}\nonUserShared { message: PrivateEventMessage<UserShared> ->\nbot.reply(\nto = message,\ntext = \"Haha, you and you friend are both going to jail! \u26d3\ud83d\udc6c\u26d3\",\nreplyMarkup = ReplyKeyboardRemove()\n)\n}\nonChatShared { message: PrivateEventMessage<ChatShared> ->\nbot.reply(\nto = message,\ntext = \"Haha, now you're all going to jail! \u26d3\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66\u26d3\",\nreplyMarkup = ReplyKeyboardRemove()\n)\n}\n}.join()\n
Note
Read more about buildBehaviourWithLongPolling
here
I hope you get the idea: the bot acts like a cop and asks the user to rat out his friends via a reply keyboard (it\u2019s an imaginary situation, of course). The user may refuse to cooperate, rat out a single friend or the whole imaginary group. The bot receives the user\u2019s choices as regular updates, the code above has explicit types (generally optional in Kotlin) and an assert to demonstrate this.
And here is how it works (the user selects the options in the order):
Note how you handle reply keyboards: you process regular messages. For instance, a simple text button sends a regular text message indistinguishable from a case when a user simply types the same text manually.
And don\u2019t be a rat in real life: remove the keyboards with the ReplyKeyboardRemove
after you\u2019ve received the input! Otherwise, a keyboard will stay there indefinitely.
"},{"location":"tgbotapi/guides/keyboards.html#inline-keyboards","title":"Inline keyboards","text":"Finally, to master the keyboards, you need to know how to handle the inline ones.
Again, let\u2019s explore the example. Imagine you\u2019re making a quiz where users are given a question and a set of answers. Additionally, users are given a link to the wiki page to help with the question and a Google button.
The quiz could be implemented this way:
// A simple data class to represent a question\nval question = Question(\nimage = \"https://upload.wikimedia.org/wikipedia/commons/a/a5/Tsunami_by_hokusai_19th_century.jpg\",\nquestion = \"Who painted this?\",\nanswers = listOf(\nAnswer(\"Hokusai\", correct = true),\nAnswer(\"Sukenobu\"),\nAnswer(\"Ch\u014dshun\"),\nAnswer(\"Kiyonobu I\"),\n),\nwiki = \"https://en.wikipedia.org/wiki/Ukiyo-e\",\n)\nbot.buildBehaviourWithLongPolling {\nbot.sendPhoto(\nchatId = chat,\nfileId = InputFile.fromUrl(question.image),\ntext = question.question,\nreplyMarkup = inlineKeyboard {\n// First row: answers\nrow {\nfor (answer in question.answers.shuffled()) {\ndataButton(\ntext = answer.answer,\ndata = \"${answer.answer}:${answer.correct}\",\n)\n}\n}\n// Second row: help buttons\nrow {\nurlButton(\"Wiki \ud83d\udc81\", question.wiki)\nwebAppButton(\"Google \ud83d\udd0d\", \"https://google.com\")\n}\n}\n)\nonDataCallbackQuery { callback: DataCallbackQuery ->\nval (answer, correct) = callback.data.split(\":\")\nif (correct.toBoolean()) {\nbot.answerCallbackQuery(\ncallback,\ntext = \"$answer is a \u2705 correct answer!\",\nshowAlert = true\n)\n} else {\nbot.answerCallbackQuery(\ncallback,\ntext = \"\u274c Try again, $answer is not a correct answer\u2026\",\nshowAlert = true\n)\n}\n}\n}.join()\n
A few important things to note here.
First, the data buttons (they have the CallbackDataInlineKeyboardButton
type, but in the code we used a neat DSL) must have unique data
. If the data
is not unique, Telegram clients will highlight all the buttons with the same data when a user clicks on one of them. Guess how I know that? Well, it\u2019s not in the docs, so trial and error is the only way to learn it (and many other things about the Telegram Bot API).
Second, the way you handle inline keyboards is different from the way you handle reply keyboards. Bot API will send updates with a callback_query
field populated. This field, of a CallbackQuery
type, represents incoming callbacks from callback buttons in inline keyboards. The library turns them into multiple callback types, like the DataCallbackQuery
we used in the example. Finally, to handle these callbacks you could use onDataCallbackQuery
. Alternatively, if you\u2019re not using any DSLs, you have to handle the CallbackQueryUpdate
update type.
Third, the buttons got highlighted when a user clicks on them. When you\u2019re done with the callback, you need to answer it, by using the answerCallbackQuery
function. Otherwise, the button will remain highlighted. Telegram clients will eventually remove the highlight, but it\u2019s still frustrating.
Finally, you could choose between two styles of acknowledgment: a simple toast-like message or a modal alert. The showAlert
flag controls this behavior.
And here is the demo of the quiz:
"},{"location":"tgbotapi/guides/keyboards.html#conclusion","title":"Conclusion","text":"Today we\u2019ve learned how to use keyboards in Telegram bots. There are two types of keyboards: reply and inline. Reply keyboards replace the device\u2019s keyboard and make clients send a message with the predefined content. Inline keyboards are buttons attached to messages. Clicking on them causes the client to send a callback to the bot. In both scenarios the bot receives an update of a corresponding type and has to acknowledge the keayboard interaction for the client to work properly.
"},{"location":"tgbotapi/introduction/before-any-bot-project.html","title":"Before any bot project","text":"There are several places you need to visit for starting work with any Telegram Bot framework on any language:
- Bots info introduction
- Telegram Bot API reference (you can skip it, but it could be useful to know some specific cases in Telegram Bot API)
Anyway, the most important link is How do I create a bot? inside of Telegram Bot API
"},{"location":"tgbotapi/introduction/before-any-bot-project.html#next-steps","title":"Next steps","text":" - Including in your project
"},{"location":"tgbotapi/introduction/first-bot.html","title":"First bot","text":"Examples info
A lot of examples with using of Telegram Bot API you can find in this github repository
"},{"location":"tgbotapi/introduction/first-bot.html#the-most-simple-bot","title":"The most simple bot","text":"The most simple bot will just print information about itself. All source code you can find in this repository. Our interest here will be concentrated on the next example part:
suspend fun main(vararg args: String) {\nval botToken = args.first()\nval bot = telegramBot(botToken)\nprintln(bot.getMe())\n}\n
So, let\u2019s get understanding, about what is going on:
suspend fun main(vararg args: String)
: suspend
required for making of requests inside of this function. For more info you can open official documentation for coroutins. In fact, suspend fun main
is the same that fun main() = runBlocking {}
from examples
val botToken = args.first()
: here we are just getting the bot token from first arguments of command line val bot = telegramBot(botToken)
: inside of bot
will be RequestsExecutor object which will be used for all requests in any project with this library println(bot.getMe())
: here happens calling of getMe extension
As a result, we will see in the command line something like
ExtendedBot(id=ChatId(chatId=123456789), username=Username(username=@first_test_ee17e8_bot), firstName=Your bot name, lastName=, canJoinGroups=false, canReadAllGroupMessages=false, supportsInlineQueries=false)\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html","title":"Including in your project","text":"There are three projects:
TelegramBotAPI Core
- project with base for all working with Telegram Bot API TelegramBotAPI API Extensions
- extension of TelegramBotAPI
with functions for more comfortable work with Telegram Bot API TelegramBotAPI Utils Extensions
- extension of TelegramBotAPI
with functions for extending of different things like retrieving of updates
TelegramBotAPI
Also, there is an aggregator-version tgbotapi
, which will automatically include all projects above. It is most recommended version due to the fact that it is including all necessary tools around TelegramBotAPI Core
, but it is optionally due to the possible restrictions on the result methods count (for android) or bundle size
Examples
You can find full examples info in this repository. In this repository there full codes which are working in normal situation. Currently, there is only one exception when these examples could work incorrectly: you are living in the location where Telegram Bot API is unavailable. For solving this problem you can read Proxy setup part
"},{"location":"tgbotapi/introduction/including-in-your-project.html#notice-about-repository","title":"Notice about repository","text":"To use this library, you will need to include Maven Central
repository in your project
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle","title":"build.gradle","text":"mavenCentral()\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml","title":"pom.xml","text":"<repository>\n<id>central</id>\n<name>mavenCentral</name>\n<url>https://repo1.maven.org/maven2</url>\n</repository>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#dev-channel","title":"Dev channel","text":"Besides, there is developer versions repo. To use it in your project, add the repo in repositories
section:
Gradle maven {\nurl \"https://git.inmo.dev/api/packages/InsanusMokrassar/maven\"\n}\n
Maven <repository>\n<id>dev.inmo</id>\n<name>InmoDev</name>\n<url>https://git.inmo.dev/api/packages/InsanusMokrassar/maven</url>\n</repository>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#telegrambotapi","title":"TelegramBotAPI","text":"As tgbotapi_version
variable in next snippets will be used variable with next last published version:
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle_1","title":"build.gradle","text":"implementation \"dev.inmo:tgbotapi:$tgbotapi_version\"\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml_1","title":"pom.xml","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>tgbotapi</artifactId>\n<version>${tgbotapi_version}</version>\n</dependency>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#telegrambotapi-core","title":"TelegramBotAPI Core","text":"As tgbotapi_version
variable in next snippets will be used variable with next last published version:
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle_2","title":"build.gradle","text":"implementation \"dev.inmo:tgbotapi.core:$tgbotapi_version\"\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml_2","title":"pom.xml","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>tgbotapi.core</artifactId>\n<version>${tgbotapi_version}</version>\n</dependency>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#telegrambotapi-api-extensions","title":"TelegramBotAPI API Extensions","text":"As tgbotapi_version
variable in next snippets will be used variable with next last published version:
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle_3","title":"build.gradle","text":"implementation \"dev.inmo:tgbotapi.api:$tgbotapi_version\"\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml_3","title":"pom.xml","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>tgbotapi.api</artifactId>\n<version>${tgbotapi_version}</version>\n</dependency>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#telegrambotapi-utils-extensions","title":"TelegramBotAPI Utils Extensions","text":"As tgbotapi_version
variable in next snippets will be used variable with next last published version:
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle_4","title":"build.gradle","text":"implementation \"dev.inmo:tgbotapi.utils:$tgbotapi_version\"\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml_4","title":"pom.xml","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>tgbotapi.utils</artifactId>\n<version>${tgbotapi_version}</version>\n</dependency>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#next-steps","title":"Next steps","text":" - Proxy setup
- First bot
"},{"location":"tgbotapi/introduction/proxy-setup.html","title":"Proxy setup","text":"In some locations Telegram Bots API urls will be unavailable. In this case all examples will just throw exception like:
Exception in thread \"main\" java.net.ConnectException: Connection refused\n at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)\nat sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)\nat io.ktor.network.sockets.SocketImpl.connect$ktor_network(SocketImpl.kt:36)\nat io.ktor.network.sockets.SocketImpl$connect$1.invokeSuspend(SocketImpl.kt)\nat kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)\nat kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)\nat kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)\nat kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)\nat kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)\nat kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)\nProcess finished with exit code 1\n
There are several ways to solve this problem:
- Built-in proxy config (will require some socks or http proxy server)
- System-configured VPN or proxy
- Your own Bot API Server
"},{"location":"tgbotapi/introduction/proxy-setup.html#using-ktor-client-built-in-proxy","title":"Using Ktor Client built-in proxy","text":"First of all, you will need to use one more library:
build.gradle:
implementation \"io.ktor:ktor-client-okhttp:2.0.1\"\n
Dependency note
In the snippet above was used version 2.0.1
which is actual for TelegramBotAPI
at the moment of filling this documentation (May 22 2022
, TelegramBotAPI
version 2.0.0
) and you can update version of this dependency in case if it is outdated.
For configuring proxy for your bot inside your program, you can use next snippet:
val botToken = \"HERE MUST BE YOUR TOKEN\"\nval bot = telegramBot(botToken) {\nktorClientEngineFactory = OkHttp\nproxy = ProxyBuilder.socks(\"127.0.0.1\", 1080)\n}\n
Explanation line by line:
val botToken = \"HERE MUST BE YOUR TOKEN\"
- here we are just creating variable botToken
val bot = telegramBot(botToken) {
- start creating bot ktorClientEngineFactory = OkHttp
- setting up engine factory of our bot. On the time of documentation filling, OkHttp
is one of the engines in Ktor
system which supports socks proxy. More you can read on Ktor site in subparts about engines and proxy proxy = ProxyBuilder.socks(\"127.0.0.1\", 1080)
- here we are setting up our proxy. Here was used local server which (as assumed) will connect to server like shadowsocks
"},{"location":"tgbotapi/introduction/proxy-setup.html#next-steps","title":"Next steps","text":" - First bot
"},{"location":"tgbotapi/logic/api-extensions.html","title":"API Extensions","text":"API extensions is a module which you may include in your project in addition to core part. In most cases this module will allow just use syntax like bot.getUpdates()
instead of bot.execute(GetUpdates())
, but there are several other things you will achieve with that syntax.
"},{"location":"tgbotapi/logic/api-extensions.html#bot-builder","title":"Bot builder","text":"This functionality allow you to build bot in more unified and comfortable way than standard creating with telegramBot
function
buildBot(\n\"TOKEN\"\n) {\nproxy = ProxyBuilder.socks(host = \"127.0.0.1\", port = 4001) // just an example, more info on https://ktor.io/docs/proxy.html\nktorClientConfig = {\n// configuring of ktor client\n}\nktorClientEngineFactory = {\n// configuring of ktor client engine \n}\n}\n
"},{"location":"tgbotapi/logic/api-extensions.html#downloading-of-files","title":"Downloading of files","text":"In standard library requests there are no way to download some file retrieved in updates or after requests. You may use syntax like bot.downloadFile(file)
where file
is TelegramMediaFile
from telegram, FileId
or even PathedFile
from GetFile request (sources).
"},{"location":"tgbotapi/logic/api-extensions.html#live-location","title":"Live location","text":"By default, you should handle updates of Live location by your code. But with extension bot#startLiveLocation you may provide all necessary startup parameters and handle updates with just calling updateLocation
for retrieved LiveLocationProvider.
"},{"location":"tgbotapi/logic/api-extensions.html#what-is-next","title":"What is next?","text":"There are several things you may read next:
- Updates retrieving
- Read about second level of working with library
- Read about BehaviourBuilder
"},{"location":"tgbotapi/logic/behaviour-builder-with-fsm.html","title":"Behaviour Builder with FSM","text":"Behaviour builder with FSM is based on the MicroUtils FSM. There are several important things in FSM:
State
- any object which implements State interface StateHandler
(or CheckableHandlerHolder) - the handler of states - StatesMachine - some machine which work with states and handlers
- StatesManager - simple manager that will solve which states to save and notify about states changes via its flows
StatesMachine
have two methods:
start
which will start work of machine startChain
which will add new state for handling
The most based way to create StatesMachine
and register StateHandler
s looks like in the next snippet:
buildFSM<TrafficLightState> {\nstrictlyOn<SomeState> {\n// state handling\n}\n}.start(CoroutineScope(...)).join()\n
Full example
You may find full example of FSM usage in the tests of FSM in MicroUtils
So, you must do next steps before you will launch your bot with FSM:
- Create your states. Remember that you may plan to save them, so it is likely you will need to serialize it there
- Create your handlers for your states. In most cases it is useful to use CheckableHandlerHolder if you want to use standard states machine
- Solve which states managers to use (the most simple one is the DefaultStatesManager with InMemoryDefaultStatesManager)
"},{"location":"tgbotapi/logic/behaviour-builder-with-fsm.html#bot-with-fsm","title":"Bot with FSM","text":"There are several extensions for TelegramBot
to create your bot with FSM:
- buildBehaviourWithFSM
- buildBehaviourWithFSMAndStartLongPolling
- telegramBotWithBehaviourAndFSM
- telegramBotWithBehaviourAndFSMAndStartLongPolling
All of them will take as an callback some object with type CustomBehaviourContextReceiver and will looks like in the next snippet:
telegramBotWithBehaviourAndFSMAndStartLongPolling<YourStateType>(\"BOT_TOKEN\") {\n// here you may use any operations from BehaviourBuilder\n// here you may use any operations from BehaviourContextWithFSMBuilder like strictlyOn and others\n}\n
"},{"location":"tgbotapi/logic/behaviour-builder-with-fsm.html#examples","title":"Examples","text":" - TelegramBotAPI-examples/FSMBot
- MicroUtils simple example in the tests
"},{"location":"tgbotapi/logic/behaviour-builder.html","title":"Behaviour Builder","text":"In the previous pages about updates handling and was mentioned that currently in the most cases you should use Flows. So, there is an improvement for that system which hide direct work with flows and allow you to create more declarative logic of your bot.
"},{"location":"tgbotapi/logic/behaviour-builder.html#main-parts-of-behaviour-builder","title":"Main parts of Behaviour Builder","text":"There are several things you should know for better understanding of behaviour builder:
- BehaviourContext - it is the thing which contains all necessary tools for working with bots
- Triggers -
on*
extensions for BehaviourContext
which allow you to create reaction on some update - Expectations (or waiters) -
wait*
extensions which you may use in buildBehaviour function, but it is recommended to use it in bodies of triggers
"},{"location":"tgbotapi/logic/behaviour-builder.html#initialization","title":"Initialization","text":"As was said above, there is buildBehaviour function which allow you set up your bot logic. Let\u2019s see an example:
val bot = telegramBot(\"TOKEN\")\nbot.buildBehaviour {\nonCommand(\"start\") { // creating of trigger\nval message = it\nval content = message.content\nreply(message, \"Ok, send me one photo\") // send text message with replying on incoming message\nval photoContent = waitPhoto().first() // waitPhoto will return List, so, get first element\nval photo = downloadFile(photoContent) // ByteArray of photo\n// some logic with saving of photos\n}\n}\n
"},{"location":"tgbotapi/logic/behaviour-builder.html#filters","title":"Filters","text":"In most cases there are opportunity to filter some of messages before starting of main logic. Let\u2019s look at this using the example above:
val bot = telegramBot(\"TOKEN\")\nbot.buildBehaviour {\nonCommand(\n\"start\",\ninitialFilter = {\nit.content.textSources.size == 1 // make sure that user has sent /start without any additions\n}\n) {\n// ...\n}\n}\n
OR
val bot = telegramBot(\"TOKEN\")\nbot.buildBehaviour {\nonCommand(\n\"start\",\nrequireOnlyCommandInMessage = true // it is default, but you can overwrite it with `requireOnlyCommandInMessage = false`\n) {\n// ...\n}\n}\n
"},{"location":"tgbotapi/logic/exceptions-handling.html","title":"Exceptions handling","text":"Unfortunatelly, exceptions handling in this library is a bit difficult in some places, but that have at least two reasons: flexibility and usability.
"},{"location":"tgbotapi/logic/exceptions-handling.html#in-place-handling","title":"\u201cIn place\u201d handling","text":"In case you know, where exceptions are happening, you may use several tools for exceptions catching:
- Catching with result
- Catching with callback
"},{"location":"tgbotapi/logic/exceptions-handling.html#catching-with-result","title":"Catching with result","text":"If you prefer to receive Result
objects instead of some weird callbacks, you may use the next syntax:
safelyWithResult {\n// do something\n}.onSuccess { // will be called if everything is right\n// handle success\n}.onFailure { // will be called if something went wrong\n// handle error\nit.printStackTrace()\n}.getOrThrow() // will return value or throw exception\n
"},{"location":"tgbotapi/logic/exceptions-handling.html#catching-with-callback","title":"Catching with callback","text":"Also there is more simple (in some cases) way to handle exceptions with callbacks:
safely(\n{\n// handle error\nit.printStackTrace()\nnull // return value\n}\n) {\n// do something\n}\n
"},{"location":"tgbotapi/logic/exceptions-handling.html#bonus-different-types-of-handling","title":"Bonus: different types of handling","text":"There are two types of handling:
- Just safely - when you are using something to obviously retrieve value or throw exception. When handling callback has been skipped, it will throw exception by default. For example:
safely(\n{\nit.printStackTrace()\n\"error\"\n}\n) {\nerror(\"Hi :)\") // emulate exception throwing\n\"ok\"\n} // result will be with type String\n
- Safely without exceptions - almost the same as
safely
, but this type by default allow to return nullable value (when exception was thrown) instead of just throwing (as with safely
): safelyWithouExceptions {\n// do something\n} // will returns nullable result type\n
"},{"location":"tgbotapi/logic/exceptions-handling.html#global-exceptions-handling","title":"Global exceptions handling","text":"The most simple way to configure exceptions handling is to change CoroutineContext
when you are creating your CoroutineScope
for bot processing:
val bot = telegramBot(\"TOKEN\")\nbot.buildBehaviour (\nscope = scope,\ndefaultExceptionsHandler = {\nit.printStackTrace()\n}\n) {\n// ...\n}\n
OR
val bot = telegramBotWithBehaviour (\n\"TOKEN\",\nscope = scope,\ndefaultExceptionsHandler = {\nit.printStackTrace()\n}\n) {\n// ...\n}\n
Here we have used ContextSafelyExceptionHandler
class. It will pass default handling of exceptions and will call the block in most cases when something inside of your bot logic has thrown exception.
"},{"location":"tgbotapi/logic/files-handling.html","title":"Files handling","text":"According to the documentation there are several ways to work with files:
- By FileId
- By FileUrl (
typealias
for the FileId
) - By some MultipartFile (in Telegram Bot API it is multipart requests)
"},{"location":"tgbotapi/logic/files-handling.html#files-receiving","title":"Files receiving","text":"There are several cases you may need in your app to work with files:
- Save
FileId
(for sending in future) - Download some file into memory/file in filesystem
"},{"location":"tgbotapi/logic/files-handling.html#where-to-get-file-id-or-url","title":"Where to get File id or url?","text":"The most simple way to send some file is to get file id and send it. You may get file id from any message with media. For example, if you have received some Message, you may use asCommonMessage conversation to be able to get its content
and then convert it to some content with media. Full code here:
val message: Message;\nval fileId = message.asCommonMessage() ?.withContent<MediaContent>() ?.content ?.media ?.fileId;\n
WAT? O.o
In the code above we get some message, safely converted it to CommonMessage
with asCommonMessage
, then safely took its content via withContent<MediaContent>() ?.content
and then just get its media file id.
"},{"location":"tgbotapi/logic/files-handling.html#download-files","title":"Download files","text":"There are three ways to download files:
- Download it in memory as
ByteArray
- Take
ByteReadChannelAllocator
which allow to retrieve ByteReadChannel and do whatever you want with it [JVM Only]
Download it directly to file or temporal file
"},{"location":"tgbotapi/logic/files-handling.html#downloading-with-api-extensions","title":"Downloading with API
extensions","text":""},{"location":"tgbotapi/logic/files-handling.html#files-jvmandroid","title":"Files (JVM/Android)","text":"val bot: TelegramBot;\nval fileId: FileId;\nval outputFile: File;\nbot.downloadFile(fileId, outputFile)\n
See downloadFile extension docs in the JVM tab to get more available options
There is also way with saving of data into temporal file. That will allow you to do with data whatever you want without high requirements to memory or network connection:
val bot: TelegramBot;\nval fileId: FileId;\nval tempFile: File = bot.downloadFileToTemp(fileId)\n
See downloadFileToTemp extension docs to get more available options
"},{"location":"tgbotapi/logic/files-handling.html#byte-read-channel","title":"Byte read channel","text":"val bot: TelegramBot;\nval fileId: FileId;\nval bytes: ByteReadChannelAllocator = bot.downloadFileStream(fileId)\n
See downloadFileStream extension docs to get more available options
"},{"location":"tgbotapi/logic/files-handling.html#byte-read-channel-allocator","title":"Byte read channel allocator","text":"val bot: TelegramBot;\nval fileId: FileId;\nval bytes: ByteReadChannelAllocator = bot.downloadFileStreamAllocator(fileId)\n
See downloadFileStreamAllocator extension docs to get more available options
"},{"location":"tgbotapi/logic/files-handling.html#byte-arrays","title":"Byte arrays","text":"val bot: TelegramBot;\nval fileId: FileId;\nval bytes: ByteArray = bot.downloadFile(fileId)\n
See downloadFile extension docs to get more available options
"},{"location":"tgbotapi/logic/files-handling.html#low-level-or-how-does-it-work","title":"Low level or how does it work?
","text":"You may download file with streams or with downloading into the memory first. On low level you should do several things. They are presented in next snippet:
val bot: TelegramBot;\nval fileId: FileId;\nval pathedFile: PathedFile = bot.execute(GetFile(fileId))\nval downloadedBytes: ByteArray = bot.execute(DownloadFile(pathedFile.filePath))\n
In the snippet above we are getting file PathedFile
by its FileId
and use it to download file bytes into memory using DownloadFile
request.
You may use almost the same way but with byte read channel allocator:
val bot: TelegramBot;\nval fileId: FileId;\nval pathedFile: PathedFile = bot.execute(GetFile(fileId))\nval channelAllocator: ByteReadChannelAllocator = bot.execute(DownloadFileStream(pathedFile.filePath))\nval byteReadChannel: ByteReadChannel = channelAllocator()\n
And then you may look into ByteReadChannel docs to get more info about what you can do with that.
Several useful links
- GetFile
- PathedFile
- DownloadFile
- DownloadFileStream
"},{"location":"tgbotapi/logic/files-handling.html#files-sending","title":"Files sending","text":"Of course, in most cases you must be sure that file have correct type.
"},{"location":"tgbotapi/logic/files-handling.html#fileid-and-fileurl","title":"FileId and FileUrl","text":"It is the most simple way to send any media in Telegram, but this way have several restrictions:
- The
FileId
which has retrieved for file should not (and probably will not too) equal to the FileId
retrieved by some other bot - There is a chance that the file id you are using will be expired with time
"},{"location":"tgbotapi/logic/files-handling.html#sending-via-file","title":"Sending via file","text":"JS Restrictions
Sending via file is accessible from all supported platforms, but there is small note about JS
- due to restrictions of work with streams and stream-like data (JS
have no native support of files streaming) on this platform all the files will be loaded inside of RAM before the sending to the telegram services.
Sending via file is available throw the MultipartFile. There are several wayt to get it:
- Simple creating via its constructor:
MultipartFile(\"filename.jpg\") { /* here Input allocation */ }
- Via asMultiparFile extension applicable to any
ByteArray
, ByteReadChannel
, ByteReadChannelAllocator
or File
(on any platform)
In most cases, sending via files looks like in the next snippet:
val file: File;\nbot.sendDocument(chatId, file.asMultipartFile())\n
"},{"location":"tgbotapi/logic/low-level-work-with-bots.html","title":"Low-level work with bots","text":"The base version of library was done a lot of time ago and just got several additions related to improvements, updates in Telegram Bot API or some requests from our community.
"},{"location":"tgbotapi/logic/low-level-work-with-bots.html#base-things","title":"Base things","text":"There are several important things in context of this library:
- RequestsExecutor (also \u201cknown\u201d as
TelegramBot
) - Types
- Requests
So, in most cases all your request calls with simplified api of this library (like bot.getMe()
) will looks like bot.execute(GetMe)
. Result of these calls is defined in type of any request (for example, for GetMe request the result type is ExtendedBot). As a result, you can avoid any extension api (like special API extensions) and use low level request with full controlling of the whole logic flow.
"},{"location":"tgbotapi/logic/low-level-work-with-bots.html#how-to-handle-updates","title":"How to handle updates","text":"As was written above, it will require some request:
val updates = bot.execute(GetUpdates())\n
Result type of GetUpdates request is Update. You may find inheritors of this interface in Update kdocs.
"},{"location":"tgbotapi/logic/low-level-work-with-bots.html#what-is-next","title":"What is next?","text":"As was said above, you may look into our API extensions in case you wish to use more high-level functions instead of bot.execute(SomeRequest())
. Besides, it will be very useful to know more about updates retrieving.
"},{"location":"tgbotapi/logic/media-groups.html","title":"Media Groups","text":"As you know, Telegram have the feature named Media Groups. Media groups have several differences with the common messages:
- Each media group message contains special media group id
- Media group may have special caption which will be visible if only the first message of media group contains caption
- In most cases media groups came with long polling/webhooks in one pack
- Media groups can be one of three types:
- Visual (image/video)
- Documents
- Playlists (audio)
"},{"location":"tgbotapi/logic/media-groups.html#specific-of-media-groups-in-libraries","title":"Specific of media groups in libraries","text":"Row updates
In tgbotapi there is no any additional handling of media groups by default and in case you will use simple bot.getUpdates, you will get the list of row updates and media groups will be included in this list as separated messages with MediaGroupPartContent. In that case you may use convertWithMediaGroupUpdates to be able to work with media groups as will be described below
In case you are using standard long polling (one of alternatives is telegramBotWithBehaviourAndLongPolling) or webhooks updates will be converted uner the hood and as a result, you will take media groups as a content in one message:
telegramBotWithBehaviourAndLongPolling(\n\"token\"\n) {\nonVisualGallery { // it: CommonMessage<MediaGroupContent<VisualMediaGroupPartContent>>\nit.content // MediaGroupContent<VisualMediaGroupPartContent>\nit.content.group // List<MediaGroupCollectionContent.PartWrapper<VisualMediaGroupPartContent>>\nit.content.group.forEach { // it: MediaGroupCollectionContent.PartWrapper<VisualMediaGroupPartContent>\nit.messageId // source message id for current media group part\nit.sourceMessage // source message for current media group part\nit.content // VisualMediaGroupPartContent\nprintln(it.content) // will print current content part info\n}\n}\n}\n
KDocs:
- onVisualGallery
- MediaGroupContent
- VisualMediaGroupPartContent
- MediaGroupCollectionContent.PartWrapper
In two words, in difference with row Telegram Bot API, you will take media groups in one message instead of messages list.
"},{"location":"tgbotapi/logic/types-conversations.html","title":"Types conversations","text":"One of the most important topics in context of tgbotapi is types conversations. This library is very strong-typed and a lot of things are based on types hierarchy. Lets look into the hierarchy of classes for the Message in 0.35.8:
As you may see, it is a little bit complex and require several tools for types conversation.
"},{"location":"tgbotapi/logic/types-conversations.html#as","title":"As","text":"as
conversations will return new type in case if it is possible. For example, when you got Message
, you may use asContentMessage
conversation to get message with content
:
val message: Message;\nprintln(message.asContentMessage() ?.content)\n
This code will print null
in case when message
is not ContentMessage
, and content
when is.
"},{"location":"tgbotapi/logic/types-conversations.html#require","title":"Require","text":"require
works like as
, but instead of returning nullable type, it will always return object with required type OR throw ClassCastException
:
val message: Message;\nprintln(message.requireContentMessage().content)\n
This code will throw exception when message is not ContentMessage
and print content
when is.
"},{"location":"tgbotapi/logic/types-conversations.html#when","title":"When","text":"when
extensions will call passed block
when type is correct. For example:
val message: Message;\nmessage.whenContentMessage {\nprintln(it.content)\n}\n
Code placed above will print content
when message
is ContentMessage
and do nothing when not
"},{"location":"tgbotapi/logic/updates-with-flows.html","title":"Updates with flows","text":"Of course, in most cases here we will look up the way of using utils extnsions, but you may read deeper about updates retrieving here.
"},{"location":"tgbotapi/logic/updates-with-flows.html#phylosophy-of-flow-updates-retrieving","title":"Phylosophy of Flow
updates retrieving","text":"In most updates retrieving processes there are two components: UpdatesFiler and its inheritor FlowsUpdatesFilter. It is assumed, that you will do several things in your app to handle updates:
- Create your
UpdatesFilter
(for example, with flowsUpdatesFilter factory) - Set it up (in case of
flowsUpdatesFilter
you will set up updates handling in the lambda passed to this factory) - Provide updates to this filter with filter#asUpdateReceiver object
Let\u2019s look how it works with the factory above:
// Step 1 - create filter\nval filter = flowsUpdatesFilter {\n// Step 2 - set up handling. In this case we will print any message from group or user in console\nmessageFlow.onEach {\nprintln(it)\n}.launchIn(someCoroutineScope)\n}\n// Step 3 - passing updates to filter\nbot.getUpdates().forEach {\nfilter.asUpdatesReceiver(it)\n}\n
"},{"location":"tgbotapi/logic/updates-with-flows.html#long-polling","title":"Long polling","text":"Some example with long polling has been described above. But it is more useful to use some factories for it. In this page we will look for simple variant with TelegramBot#longPolling. So, with this function, your handling of updates will looks like:
val bot = telegramBot(\"TOKEN\")\nbot.longPolling {\nmessageFlow.onEach {\nprintln(it)\n}.launchIn(someCoroutineScope)\n}.join()\n
This example looks like the example above with three steps, but there are several important things here:
- You do not manage retrieving of updates by hands
.join()
will suspend your function \ud83d\ude0a longPolling
function returns Job
and you may use it to: cancel
working of long polling (just call job.cancel()
) join
and wait while the work of longPolling
will not be completed (it will works infinity if you will not cancel it anywhere) - FlowsUpdatesFilter has been created under the hood of
longPolling
function
"},{"location":"tgbotapi/logic/updates-with-flows.html#results-and-what-is-next","title":"Results and What is next?
","text":"As a result you can start listen updates and react on it. Next recommended articles:
- Behaviour Builder as a variant of asynchronous handling of your bot logic
- FSM variant of Behaviour Builder
"},{"location":"tgbotapi/updates/heroku.html","title":"Heroku","text":"Preview reading
It is recommended to visit our pages about UpdatesFilters and Webhooks to have more clear understanding about what is happening in this examples page
Heroku is a popular place for bots hosting. In common case you will need to configure webhooks for your server to include getting updates without problems. There are several things related to heroku you should know:
- Heroku apps by default accessible via
https://<app name>.herokuapp.com/
- Heroku provide one port to be proxied for the link above. You can retrieve number of this port by calling
System.getenv(\"PORT\").toInt()
- Currently (
Sat Aug 15 5:04:21 +00 2020
) there is only one official server engine for ktor which is correctly working with Heroku: Tomcat server engine
Server configuration alternatives
Here will be presented variants of configuration of webhooks and starting server. You always able to set webhook manualy, create your own ktor server and include webhooks handling in it or create and start server with only webhooks handling. More info you can get on page Webhooks
"},{"location":"tgbotapi/updates/heroku.html#short-example-with-behaviour-builder","title":"Short example with Behaviour Builder","text":"suspend fun main {\n// This subroute will be used as random webhook subroute to improve security according to the recommendations of Telegram\nval subroute = uuid4().toString()\n// Input/Output coroutines scope more info here: https://kotlinlang.org/docs/coroutines-guide.html\nval scope = CoroutineScope(Dispatchers.IO)\n// Here will be automatically created bot and available inside of lambda where you will setup your bot behaviour\ntelegramBotWithBehaviour(\n// Pass TOKEN inside of your application environment variables\nSystem.getenv(\"TOKEN\"),\nscope = scope\n) {\n// Set up webhooks and start to listen them\nsetWebhookInfoAndStartListenWebhooks(\n// Automatic env which will be passed by heroku to the app\nSystem.getenv(\"PORT\").toInt(),\n// Server engine. More info here: https://ktor.io/docs/engines.html\nTomcat,\n// Pass URL environment variable via settings of application. It must looks like https://<app name>.herokuapp.com\nSetWebhook(\"${System.getenv(\"URL\").removeSuffix(\"/\")}/$subroute\"),\n// Just callback which will be called when exceptions will happen inside of webhooks\n{\nit.printStackTrace()\n},\n// Set up listen requests from outside\n\"0.0.0.0\",\n// Set up subroute to listen webhooks to\nsubroute,\n// BehaviourContext is the CoroutineScope and it is recommended to pass it inside of webhooks server\nscope = this,\n// BehaviourContext is the FlowsUpdatesFilter and it is recommended to pass its asUpdateReceiver as a block to retrieve all the updates\nblock = asUpdateReceiver\n)\n// Test reaction on each command with reply and text `Got it`\nonUnhandledCommand {\nreply(it, \"Got it\")\n}\n}\n// Just potentially infinite await of bot completion\nscope.coroutineContext.job.join()\n}\n
"},{"location":"tgbotapi/updates/heroku.html#configuration-example-without-behaviour-builder","title":"Configuration example without Behaviour Builder","text":"// This subroute will be used as random webhook subroute to improve security according to the recommendations of Telegram\nval subroute = uuid4().toString()\nval bot = telegramBot(TOKEN)\nval scope = CoroutineScope(Dispatchers.Default)\nval filter = flowsUpdatesFilter {\nmessageFlow.onEach {\nprintln(it) // will be printed \n}.launchIn(scope)\n}\nval subroute = UUID.randomUUID().toString() // It will be used as subpath for security target as recommended by https://core.telegram.org/bots/api#setwebhook\nval server = bot.setWebhookInfoAndStartListenWebhooks(\n// Automatic env which will be passed by heroku to the app\nSystem.getenv(\"PORT\").toInt(),\n// Server engine. More info here: https://ktor.io/docs/engines.html\nTomcat,\n// Pass URL environment variable via settings of application. It must looks like https://<app name>.herokuapp.com\nSetWebhook(\"${System.getenv(\"URL\").removeSuffix(\"/\")}/$subroute\"),\n// Just callback which will be called when exceptions will happen inside of webhooks\n{\nit.printStackTrace()\n},\n// Set up listen requests from outside\n\"0.0.0.0\",\n// Set up subroute to listen webhooks to\nsubroute,\nscope = scope,\nblock = filter.asUpdateReceiver\n)\nserver.environment.connectors.forEach {\nprintln(it)\n}\nserver.start(false)\n
"},{"location":"tgbotapi/updates/long-polling.html","title":"Long polling","text":"Long polling is a technology of getting updates for cases you do not have some dedicated server or you have no opportunity to receive updates via webhooks. More about this you can read in wiki.
"},{"location":"tgbotapi/updates/long-polling.html#related-topics","title":"Related topics","text":" - Updates filters
"},{"location":"tgbotapi/updates/long-polling.html#long-polling-in-this-library","title":"Long polling in this library","text":"There are a lot of ways to include work with long polling:
RequestsExecutor#longPollingFlow
Is the base way to get all updates cold Flow. Remember, that this flow will not be launched automatically RequestsExecutor#startGettingOfUpdatesByLongPolling
Old and almost deprecated way RequestsExecutor#longPolling
Works like startGettingOfUpdatesByLongPolling
but shorted in a name :)
RequestsExecutor#createAccumulatedUpdatesRetrieverFlow
Works like longPollingFlow
, but flow inside will return only the updates accumulated at the moment of calls (all new updates will not be passed throw this flow) RequestsExecutor#retrieveAccumulatedUpdates
Use createAccumulatedUpdatesRetrieverFlow
to perform all accumulated updates RequestsExecutor#flushAccumulatedUpdates
Works like retrieveAccumulatedUpdates
but perform all updates directly in a place of calling
- By yourself with
GetUpdates
request or RequestsExecutor#getUpdates
extension
"},{"location":"tgbotapi/updates/long-polling.html#longpolling","title":"longPolling","text":"longPolling
is a simple way to start getting updates and work with bot:
val bot = telegramBot(token)\nbot.longPolling(\ntextMessages().subscribe(scope) { // here \"scope\" is a CoroutineScope\nprintln(it) // will be printed each update from chats with messages\n}\n)\n
"},{"location":"tgbotapi/updates/long-polling.html#startgettingofupdatesbylongpolling","title":"startGettingOfUpdatesByLongPolling","text":"The main aim of startGettingOfUpdatesByLongPolling
extension was to provide more simple way to get updates in automatic mode:
val bot = telegramBot(token)\nbot.startGettingOfUpdatesByLongPolling(\n{\nprintln(it) // will be printed each update from chats with messages\n}\n)\n
The other way is to use the most basic startGettingOfUpdatesByLongPolling
extension:
val bot = telegramBot(token)\nbot.startGettingOfUpdatesByLongPolling {\nprintln(it) // will be printed each update\n}\n
"},{"location":"tgbotapi/updates/long-polling.html#see-also","title":"See also","text":" - Webhooks
- Updates filters
"},{"location":"tgbotapi/updates/updates-filters.html","title":"Updates filters","text":"Due to the fact, that anyway you will get updates in one format (Update
objects), some time ago was solved to create one point of updates filters for more usefull way of updates handling
"},{"location":"tgbotapi/updates/updates-filters.html#updatesfilter","title":"UpdatesFilter","text":"UpdatesFilter
currently have two properties:
asUpdateReceiver
- required to represent this filter as common updates receiver which able to get any Update
allowedUpdates
- required to determine, which updates are usefull for this filter
Anyway, this filter can\u2019t work with updates by itself. For retrieving updates you should pass this filter to some of getting updates functions (long polling or webhooks).
"},{"location":"tgbotapi/updates/updates-filters.html#simpleupdatesfilter","title":"SimpleUpdatesFilter","text":"SimpleUpdatesFilter
is a simple variant of filters. It have a lot of UpdateReceiver
properties which can be set up on creating of this object. For example, if you wish to get messages from chats (but not from channels), you can use next snippet:
SimpleUpdatesFilter {\nprintln(it)\n}\n
"},{"location":"tgbotapi/updates/updates-filters.html#flowsupdatesfilter","title":"FlowsUpdatesFilter","text":"A little bit more modern way is to use FlowsUpdatesFilter
. It is very powerfull API of Kotlin Coroutines Flows, built-in support of additional extensions for FlowsUpdatesFilter
and Flow<...>
receivers and opportunity to split one filter for as much receivers as you want. Filter creating example:
val scope = CoroutineScope(Dispatchers.Default)\nflowsUpdatesFilter {\nmessageFlow.onEach {\nprintln(it)\n}.launchIn(scope)\n}\n
"},{"location":"tgbotapi/updates/updates-filters.html#combining-of-flows","title":"Combining of flows","text":"In cases you need not separate logic for handling of messages from channels and chats there are three ways to combine different flows into one:
- Standard
plus
operation and handling of different flows: flowsUpdatesFilter {\n(messageFlow + channelPostFlow).onEach {\nprintln(it) // will be printed each message update from channels and chats both\n}.launchIn(scope)\n}\n
- TelegramBotAPI library support function
aggregateFlows
: flowsUpdatesFilter {\naggregateFlows(\nscope,\nmessageFlow,\nchannelPostFlow\n).onEach {\nprintln(it) // will be printed each message update from channels and chats both\n}.launchIn(scope)\n}\n
FlowsUpdatesFilter
extensions: flowsUpdatesFilter {\nallSentMessagesFlow.onEach {\nprintln(it) // will be printed each message update from channels and chats both\n}.launchIn(scope)\n}\n
"},{"location":"tgbotapi/updates/updates-filters.html#types-filtering","title":"Types filtering","text":"FlowsUpdatesFilter
have a lot of extensions for messages types filtering:
flowsUpdatesFilter {\ntextMessages(scope).onEach {\nprintln(it) // will be printed each message from channels and chats both with content only `TextContent`\n}.launchIn(scope)\n}\n
The same things were created for media groups:
flowsUpdatesFilter {\nmediaGroupMessages(scope).onEach {\nprintln(it) // will be printed each media group messages list from both channels and chats without filtering of content\n}.launchIn(scope)\nmediaGroupPhotosMessages(scope).onEach {\nprintln(it) // will be printed each media group messages list from both channels and chats with PhotoContent only\n}.launchIn(scope)\nmediaGroupVideosMessages(scope).onEach {\nprintln(it) // will be printed each media group messages list from both channels and chats with VideoContent only\n}.launchIn(scope)\n}\n
Besides, there is an opportunity to avoid separation on media groups and common messages and receive photos and videos content in one flow:
flowsUpdatesFilter {\nsentMessagesWithMediaGroups(scope).onEach {\nprintln(it) // will be printed each message including each separated media group message from both channels and chats without filtering of content\n}.launchIn(scope)\nphotoMessagesWithMediaGroups(scope).onEach {\nprintln(it) // will be printed each message including each separated media group message from both channels and chats with PhotoContent only\n}.launchIn(scope)\nvideoMessagesWithMediaGroups(scope).onEach {\nprintln(it) // will be printed each message including each separated media group message from both channels and chats with VideoContent only\n}.launchIn(scope)\n}\n
"},{"location":"tgbotapi/updates/updates-filters.html#see-also","title":"See also","text":" - Long polling
- Webhooks
"},{"location":"tgbotapi/updates/webhooks.html","title":"Webhooks","text":"In telegram bot API there is an opportunity to get updates via webhooks. In this case you will be able to retrieve updates without making additional requests. Most of currently available methods for webhooks are working on ktor server for JVM. Currently, next ways are available for using for webhooks:
Route#includeWebhookHandlingInRoute
for ktor server Route#includeWebhookHandlingInRouteWithFlows
startListenWebhooks
RequestsExecutor#setWebhookInfoAndStartListenWebhooks
"},{"location":"tgbotapi/updates/webhooks.html#setwebhookinfoandstartlistenwebhooks","title":"setWebhookInfoAndStartListenWebhooks
","text":"It is the most common way to set updates webhooks and start listening of them. Example:
val bot = telegramBot(TOKEN)\nval filter = flowsUpdatesFilter {\n// ...\n}\nbot.setWebhookInfoAndStartListenWebhooks(\n8080, // listening port. It is required for cases when your server hidden by some proxy or other system like Heroku\nCIO, // default ktor server engine. It is recommended to replace it with something like `Netty`. More info about engines here: https://ktor.io/servers/configuration.html\nSetWebhook(\n\"address.com/webhook_route\",\nFile(\"/path/to/certificate\").toInputFile(), // certificate file. More info here: https://core.telegram.org/bots/webhooks#a-certificate-where-do-i-get-one-and-how\n40, // max allowed updates, by default is null\nfilter.allowedUpdates\n),\n{\nit.printStackTrace() // optional handling of exceptions\n},\n\"0.0.0.0\", // listening host which will be used to bind by server\n\"subroute\", // Optional subroute, if null - will listen root of address\nWebhookPrivateKeyConfig( // optional config of private key. It will be installed in server to use TLS with custom certificate. More info here: https://core.telegram.org/bots/webhooks#a-certificate-where-do-i-get-one-and-how\n\"/path/to/keystore.jks\",\n\"KeystorePassword\",\n\"Keystore key alias name\",\n\"KeystoreAliasPassword\"\n),\nscope, // Kotlin coroutine scope for internal transforming of media groups\nfilter.asUpdateReceiver\n)\n
If you will use previous example, ktor server will bind and listen url 0.0.0.0:8080/subroute
and telegram will send requests to address address.com/webhook_route
with custom certificate. Alternative variant will use the other SetWebhook
request variant:
SetWebhook(\n\"address.com/webhook_route\",\n\"some_file_bot_id\".toInputFile(),\n40, // max allowed updates, by default is null\nfilter.allowedUpdates\n)\n
As a result, request SetWebhook
will be executed and after this server will start its working and handling of updates.
"},{"location":"tgbotapi/updates/webhooks.html#startlistenwebhooks","title":"startListenWebhooks
","text":"This function is working almost exactly like previous example, but this one will not set up webhook info in telegram:
val filter = flowsUpdatesFilter {\n// ...\n}\nstartListenWebhooks(\n8080, // listening port. It is required for cases when your server hidden by some proxy or other system like Heroku\nCIO, // default ktor server engine. It is recommended to replace it with something like `Netty`. More info about engines here: https://ktor.io/servers/configuration.html\n{\nit.printStackTrace() // optional handling of exceptions\n},\n\"0.0.0.0\", // listening host which will be used to bind by server\n\"subroute\", // Optional subroute, if null - will listen root of address\nWebhookPrivateKeyConfig( // optional config of private key. It will be installed in server to use TLS with custom certificate. More info here: https://core.telegram.org/bots/webhooks#a-certificate-where-do-i-get-one-and-how\n\"/path/to/keystore.jks\",\n\"KeystorePassword\",\n\"Keystore key alias name\",\n\"KeystoreAliasPassword\"\n),\nscope, // Kotlin coroutine scope for internal transforming of media groups\nfilter.asUpdateReceiver\n)\n
The result will be the same as in previous example: server will start its working and handling of updates on 0.0.0.0:8080/subroute
. The difference here is that in case if this bot must not answer or send some requiests - it will not be necessary to create bot for receiving of updates.
"},{"location":"tgbotapi/updates/webhooks.html#extensions-includewebhookhandlinginroute-and-includewebhookhandlinginroutewithflows","title":"Extensions includeWebhookHandlingInRoute
and includeWebhookHandlingInRouteWithFlows
","text":"For these extensions you will need to start your server manualy. In common case it will look like:
val scope = CoroutineScope(Dispatchers.Default)\nval filter = flowsUpdatesFilter {\n// ...\n}\nval environment = applicationEngineEnvironment {\nmodule {\nrouting {\nincludeWebhookHandlingInRoute(\nscope,\n{\nit.printStackTrace()\n},\nfilter.asUpdateReceiver\n)\n}\n}\nconnector {\nhost = \"0.0.0.0\"\nport = 8080\n}\n}\nembeddedServer(CIO, environment).start(true) // will start server and wait its stoping\n
In the example above server will started and binded for listening on 0.0.0.0:8080
.
"},{"location":"tgbotapi/updates/webhooks.html#see-also","title":"See also","text":" - Updates filters
- Long polling
"}]}
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"index.html","title":"Insanus Mokrassar libraries home","text":"Hello :) It is my libraries docs place and I glad to welcome you here. I hope, this documentation place will help you.
"},{"location":"index.html#projects","title":"Projects","text":"Common and independent TelegramBotAPI Plagubot"},{"location":"index.html#dependencies-graph","title":"Dependencies graph:","text":"flowchart RL\n KSLog[<a href='https://github.com/InsanusMokrassar/kslog'>KSLog</a>]\n MicroUtils[<a href='https://github.com/InsanusMokrassar/MicroUtils'>MicroUtils</a>]\n TelegramBotAPI[<a href='https://github.com/InsanusMokrassar/ktgbotapi'>TelegramBotAPI</a>]\n TelegramBotAPI-examples[<a href='https://github.com/InsanusMokrassar/TelegramBotAPI-examples'>TelegramBotAPI-examples </a>]\n PlaguBot[<a href='https://github.com/InsanusMokrassar/PlaguBot'>PlaguBot</a>]\n TelegramBotAPILibraries[<a href='https://github.com/InsanusMokrassar/TelegramBotAPILibraries'>TelegramBotAPILibraries</a>]\n PlaguBotPlugins[<a href='https://github.com/InsanusMokrassar/PlaguBotPlugins'>PlaguBotPlugins</a>]\n PlaguBotExample[<a href='https://github.com/InsanusMokrassar/PlaguBotExample'>PlaguBotExample</a>]\n BooruGrabberTelegramBot[<a href='https://github.com/InsanusMokrassar/BooruGrabberTelegramBot'>BooruGrabberTelegramBot</a>]\n SauceNaoTelegramBot[<a href='https://github.com/InsanusMokrassar/SauceNaoTelegramBot'>SauceNaoTelegramBot</a>]\n PlaguPoster[<a href='https://github.com/InsanusMokrassar/PlaguPoster'>PlaguPoster</a>]\n PlaguBotSuggestionsBot[<a href='https://github.com/InsanusMokrassar/PlaguBotSuggestionsBot'>PlaguBotSuggestionsBot</a>]\n TelegramBotTutorial[<a href='https://github.com/InsanusMokrassar/TelegramBotTutorial'>TelegramBotTutorial</a>]\n Krontab[<a href='https://github.com/InsanusMokrassar/krontab'>Krontab</a>]\n KJSUiKit[<a href='https://github.com/InsanusMokrassar/JSUiKitKBindings'>KJSUiKit</a>]\n SauceNaoAPI[<a href='https://github.com/InsanusMokrassar/SauceNaoAPI'>SauceNaoAPI</a>]\n Navigation[<a href='https://github.com/InsanusMokrassar/navigation'>Navigation</a>]\n\n TelegramBotAPI-bot_template[<a href='https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template'>TelegramBotAPI-bot_template</a>]\n PlaguBotPluginTemplate[<a href='https://github.com/InsanusMokrassar/PlaguBotPluginTemplate'>PlaguBotPluginTemplate</a>]\n PlaguBotBotTemplate[<a href='https://github.com/InsanusMokrassar/PlaguBotBotTemplate'>PlaguBotBotTemplate</a>]\n\n MicroUtils --> KSLog\n TelegramBotAPI --> MicroUtils\n TelegramBotAPI-examples --> TelegramBotAPI\n PlaguBot --> TelegramBotAPI\n TelegramBotAPILibraries --> PlaguBot\n PlaguBotPlugins --> TelegramBotAPILibraries\n PlaguBotExample --> PlaguBotPlugins\n BooruGrabberTelegramBot --> TelegramBotAPI\n BooruGrabberTelegramBot --> Krontab\n SauceNaoTelegramBot --> TelegramBotAPI\n SauceNaoTelegramBot --> SauceNaoAPI\n TelegramBotTutorial --> PlaguBotPlugins\n PlaguBotSuggestionsBot --> PlaguBotPlugins\n PlaguPoster --> PlaguBotPlugins\n PlaguPoster --> Krontab\n SauceNaoAPI --> MicroUtils\n Navigation --> MicroUtils\n\n TelegramBotAPI-bot_template -.- TelegramBotAPI\n PlaguBotPluginTemplate -.- PlaguBot\n PlaguBotBotTemplate -.- PlaguBot
"},{"location":"krontab/index.html","title":"krontab","text":"Library was created to give oppotunity to launch some things from time to time according to some schedule in runtime of applications.
"},{"location":"krontab/index.html#how-to-use","title":"How to use","text":"There are several ways to configure and use this library:
- From some string
- From builder
Anyway, to start some action from time to time you will need to use one of extensions/functions:
val kronScheduler = /* creating of KronScheduler instance */;\nkronScheduler.doWhile {\n// some action\ntrue // true - repeat on next time\n}\n
"},{"location":"krontab/index.html#including-in-project","title":"Including in project","text":"If you want to include krontab
in your project, just add next line to your dependencies part:
implementation \"dev.inmo:krontab:$krontab_version\"\n
Next version is the latest currently for the library:
For old version of Gradle, instead of implementation
word developers must use compile
.
"},{"location":"krontab/index.html#config-from-string","title":"Config from string","text":"Developers can use more simple way to configure repeat times is string. String configuring like a crontab
, but with a little bit different meanings:
/--------------- Seconds\n| /------------- Minutes\n| | /----------- Hours\n| | | /--------- Days of months\n| | | | /------- Months\n| | | | | /----- (optional) Year\n| | | | | | /--- (optional) Timezone offset\n| | | | | | | / (optional) Week days\n* * * * * * 0o *w\n
It is different with original crontab
syntax for the reason, that expected that in practice developers will use seconds and minutes with more probability than months (for example) or even years. In fact, developers will use something like:
doWhile(\"/5 * * * *\") {\nprintln(\"Called\")\ntrue // true - repeat on next time\n}\n
An other version:
doInfinity(\"/5 * * * *\") {\nprintln(\"Called\")\n}\n
Both of examples will print Called
message every five seconds.
"},{"location":"krontab/index.html#config-via-builder","title":"Config via builder","text":"Also, this library currently supports DSL for creating the same goals:
val kronScheduler = buildSchedule {\nseconds {\nfrom (0) every 5\n}\n}\nkronScheduler.doWhile {\nprintln(\"Called\")\ntrue // true - repeat on next time\n}\n
Or
val kronScheduler = buildSchedule {\nseconds {\n0 every 5\n}\n}\nkronScheduler.doWhile {\nprintln(\"Called\")\ntrue // true - repeat on next time\n}\n
Or
val kronScheduler = buildSchedule {\nseconds {\n0 every 5\n}\n}\nkronScheduler.doInfinity {\nprintln(\"Called\")\n}\n
All of these examples will do the same things: print Called
message every five seconds.
"},{"location":"krontab/index.html#do-functions","title":"do* functions","text":"With regular doOnce
/doWhile
/doInfinity
there are two types of their variations: local and timezoned. Local variations (doOnceLocal
/doWhileLocal
/doInfinityLocal
) will pass DateTime
as an argument into the block:
doInfinityLocal(\"/5 * * * *\") {\nprintln(it) // will print current date time\n}\n
Timezoned variations (doOnceTz
/doWhileTz
/doInfinityTz
) will do the same thing but pass as an argument DateTimeTz
:
doInfinityTz(\"/5 * * * * 0o\") {\nprintln(it) // will print current date time in UTC\n}\n
It is useful in cases when you need to get the time of calling and avoid extra calls to system time.
"},{"location":"krontab/index.html#helpful-table-for","title":"Helpful table for","text":"No args Local DateTime
Local DateTimeTz
with offset of KronScheduler
Call only near time doOnce doOnceLocal doOnceTz Call while condition is true doWhile doWhileLocal doWhileTz Work infinity* doInfinity doInfinityLocal doInfinityTz *Here there is an important notice, that Work infinity
is not exactly infinity
. Actually, that means that do while coroutine is alive
and in fact executing will be stopped when coroutine became cancelled.
"},{"location":"krontab/index.html#kronscheduler-as-a-flow","title":"KronScheduler as a Flow","text":"Any KronScheduler
can e converted to a Flow<DateTime
using extension asFlow
:
val kronScheduler = buildSchedule {\nseconds {\n0 every 1\n}\n}\nval flow = kronScheduler.asFlow()\n
So, in this case any operations related to flow are available and it is expected that they will work correctly. For example, it is possible to use this flow with takeWhile
:
flow.takeWhile {\ncondition()\n}.collect {\naction()\n}\n
"},{"location":"krontab/index.html#offsets","title":"Offsets","text":"Offsets in this library works via passing parameter ending with o
in any place after month
config. Currently there is only one format supported for offsets: minutes of offsets. To use time zones you will need to call next
method with DateTimeTz
argument or nextTimeZoned
method with any KronScheduler
instance, but in case if this scheduler is not instance of KronSchedulerTz
it will work like you passed just DateTime
.
Besides, in case you wish to use time zones explicitly, you will need to get KronSchedulerTz
. It is possible by:
- Using
createSimpleScheduler
/buildSchedule
/KrontabTemplate#toSchedule
/KrontabTemplate#toKronScheduler
methods with passing defaultOffset
parameter - Using
SchedulerBuilder#build
/createSimpleScheduler
/buildSchedule
/KrontabTemplate#toSchedule
/KrontabTemplate#toKronScheduler
methods with casting to KronSchedulerTz
in case you are pretty sure that it is timezoned KronScheduler
- Creating your own implementation of
KronSchedulerTz
"},{"location":"krontab/index.html#note-about-week-days","title":"Note about week days","text":"Unlike original CRON, here week days:
- Works as
AND
: cron date time will search first day which will pass requirement according all parameters including week days - You may use any related to numbers syntax with week days:
0-3w
, 0,1,2,3w
, etc. - Week days (like years and offsets) are optional and can be placed anywhere after
month
"},{"location":"krontab/describing/krontabscheduler.html","title":"KrontabScheduler","text":"KronScheduler
is the simple interface with only one function next
. This function optionally get as a parameter DateTime
which will be used as start point for the calculation of next trigger time. This function will return the next DateTime
when something must happen.
"},{"location":"krontab/describing/krontabscheduler.html#default-realisation","title":"Default realisation","text":"Default realisation (CronDateTimeScheduler
) can be created using several ways:
- Via
buildSchedule
(or createSimpleScheduler
) functions with crontab-like syntax parameter - Via
buildSchedule
(or SchedulerBuilder
object), which using lambda to configure scheduler
In the examples below the result of created scheduler will be the same.
"},{"location":"krontab/describing/krontabscheduler.html#crontab-like-way","title":"Crontab-like way","text":"Crontab-like syntax
See String format for more info about the crontab-line syntax
This way will be very useful for cases when you need to configure something via external configuration (from file on startup or via some parameter from requests, for example):
val schedule = \"5 * * * *\"\nval scheduler = buildSchedule(schedule)\nscheduler.asFlow().onEach {\n// this block will be called every minute at 5 seconds\n}.launchIn(someCoroutineScope)\n
"},{"location":"krontab/describing/krontabscheduler.html#lambda-way","title":"Lambda way","text":"In case of usage builder (lets call it lambda way
), you will be able to configure scheduler in more type-safe way:
val scheduler = buildSchedule {\nseconds {\nat(5)\n}\n}\nscheduler.asFlow().onEach {\n// this block will be called every minute at 5 seconds\n}.launchIn(someCoroutineScope)\n
"},{"location":"krontab/describing/krontabscheduler.html#custom-scheduler","title":"Custom scheduler","text":"You are always able to use your own realisation of scheduler. For example:
class RandomScheduler : KronScheduler {\noverride suspend fun next(relatively: DateTime): DateTime {\nreturn relatively + DateTimeSpan(seconds = Random.nextInt() % 60)\n}\n}\n
In the example above we have created RandomScheduler
, which will return random next time in range 0-60
seconds since relatively
argument.
"},{"location":"krontab/describing/string-format.html","title":"String format","text":"As in crontab
util, this library have almost the same format of string:
Seconds Minutes Hours Days of months Months Years Timezone Offset Week days Milliseconds Range 0..59 0..59 0..23 0..30 0..11 Any Int
Any Int
0..6 0..999 Suffix - - - - - - o
w
ms
Optional \u274c \u274c \u274c \u274c \u274c \u2705 \u2705 \u2705 \u2705 Full syntax support \u2705 \u2705 \u2705 \u2705 \u2705 \u2705 \u274c \u2705 \u2705 Position 0 1 2 3 4 Any after months Any after months Any after months Any after months Examples 0
, */15
, 30
0
, */15
, 30
0
, */15
, 22
0
, */15
, 30
0
, */5
, 11
0
, */15
, 30
60o
(UTC+1) 0w
, */2w
, 4w
0ms
, */150ms
, 300ms
Example with almost same description:
/-------------------- (0-59) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Seconds\n| /------------------ (0-59) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Minutes\n| | /---------------- (0-23) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Hours\n| | | /-------------- (0-30) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Days of months\n| | | | /------------ (0-11) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Months\n| | | | | /---------- (optional, any int) Year\n| | | | | | /-------- (optional) \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7 Timezone offset\n| | | | | | | /----- (optional, 0-6) \u00b7\u00b7\u00b7 Week days\n| | | | | | | | /-- (optional, 0-999) \u00b7 Milliseconds (0 by default)\n* * * * * * 0o *w 0ms\n
Years, timezone, week days and milliseconds are optional settings. Next snippets are equal:
*/15 * * * *\n*/15 * * * * * // with year\n*/15 * * * * * 0ms // with year and milliseconds\n
"},{"location":"krontab/describing/string-format.html#supported-syntax","title":"Supported syntax","text":"Currently the library support next syntax for date/time elements:
{int}-{int}
- ranges {int}/{int}
- start/step */{int}
- every {int} {int}
- just at the time {other_element},{other_element}
- listing F
or f
- first possible value L
or l
- last possible value (last day of month, for example)
"},{"location":"krontab/describing/string-format.html#ranges","title":"Ranges","text":"Ranges are working like common rangeTo
(or ..
) in kotlin:
0-5 * * * *\n
In the example above scheduler will trigger every second from the beginning of the minute up to fifth second of minute.
"},{"location":"krontab/describing/string-format.html#startstep","title":"Start/Step","text":"Start/step is a little bit more complicated syntax. It means start from the first element, repeat triggering every second element
. Examples:
5/15 * * * *\n
Means that each minute starting from fifth second it will repeat triggering every fifteenth second: 5, 20, 35, 50
.
"},{"location":"krontab/describing/string-format.html#every","title":"Every","text":"Every is more simple syntax and could be explained as a shortcut for 0/{int}
. Example:
*/15 * * * *\n
Means that each minute it will repeat triggering every fifteenth second: 0, 15, 30, 45
.
"},{"location":"krontab/describing/string-format.html#just-at-the-time","title":"Just at the time","text":"The most simple syntax. It means, that scheduler will call triggering every time when element was reached:
15 * * * *\n
Means that each minute scheduler will call triggering at the fifteenth second.
"},{"location":"krontab/describing/string-format.html#listing","title":"Listing","text":"All the previous elements can be combined with listing. Lets just see several examples:
0,10 * * * *\n
Will trigger every minute at the 0
and 10
seconds (see Just at the time)
0-5,10 * * * *\n
Will trigger every minute from 0
to 5
seconds and at the 10
seconds (see Ranges)
"},{"location":"krontab/describing/string-format.html#examples","title":"Examples","text":" 0/5 * * * *
for every five seconds triggering 0/5,L * * * *
for every five seconds triggering and on 59 second 0/15 30 * * *
for every 15th seconds in a half of each hour 0/15 30 * * * 500ms
for every 15th seconds in a half of each hour when milliseconds equal to 500 1 2 3 F,4,L 5
for triggering in near first second of second minute of third hour of first, fifth and last days of may 1 2 3 F,4,L 5 60o
for triggering in near first second of second minute of third hour of first, fifth and last days of may with timezone UTC+01:00 1 2 3 F,4,L 5 60o 0-2w
for triggering in near first second of second minute of third hour of first, fifth and last days of may in case if it will be in Sunday-Tuesday week days with timezone UTC+01:00 1 2 3 F,4,L 5 2021
for triggering in near first second of second minute of third hour of first, fifth and last days of may of 2021st year 1 2 3 F,4,L 5 2021 60o
for triggering in near first second of second minute of third hour of first, fifth and last days of may of 2021st year with timezone UTC+01:00 1 2 3 F,4,L 5 2021 60o 0-2w
for triggering in near first second of second minute of third hour of first, fifth and last days of may of 2021st year if it will be in Sunday-Tuesday week days with timezone UTC+01:00 1 2 3 F,4,L 5 2021 60o 0-2w 500ms
for triggering in near first second of second minute of third hour of first, fifth and last days of may of 2021st year if it will be in Sunday-Tuesday week days with timezone UTC+01:00 when milliseconds will be equal to 500
"},{"location":"krontab/introduction/faq.html","title":"FAQ","text":""},{"location":"krontab/introduction/faq.html#how-oftern-new-versions-are-releasing","title":"How oftern new versions are releasing?","text":"Not very often. It depends on libraries (coroutines, korlibs/klock) updates and on some new awesome, but lightweight, features coming.
"},{"location":"krontab/introduction/faq.html#where-this-library-could-be-useful","title":"Where this library could be useful?","text":"First of all, this library will be useful for long uptime applications which have some tasks to do from time to time.
"},{"location":"krontab/introduction/faq.html#how-to-use-crontab-like-syntax","title":"How to use crontab-like syntax?","text":"In two words, you should call buildSchedule
or createSimpleScheduler
:
buildSchedule(\"5 * * * *\").asFlow().collect { /* do something */ }\n
You can read more about syntax in String format section.
"},{"location":"krontab/introduction/how-to-use.html","title":"How to use","text":""},{"location":"krontab/introduction/how-to-use.html#previous-pages","title":"Previous pages","text":" - Including in project
"},{"location":"krontab/introduction/how-to-use.html#buildschedule","title":"buildSchedule
","text":"Custom KronScheduler
You are always may create your own scheduler. In this section will be presented different ways and examples around standard CronDateTimeScheduler
builders buildSchedule
. You can read about schedulers in KrontabScheduler
Currently, buildSchedule
is the recommended start point for every scheduler. Usually, it is look like:
val scheduler = buildSchedule(\"5 * * * *\")\n
Or:
val scheduler = buildSchedule {\nseconds {\nat(5)\n}\n}\n
On the top of any KronScheduler
currently there are several groups of extensions:
- Executes
- Shortcuts
- Flows
"},{"location":"krontab/introduction/how-to-use.html#executes","title":"Executes","text":"All executes are look like do...
. All executes are described below:
doOnce
- will get the next time for executing, delay until that time and call block
with returning of the block
result doWhile
- will call doOnce
while it will return true
(that means that block
must return true
if it expects that next call must happen). In two words: it will run while block
returning true
doInfinity
- will call the block
using doWhile
with predefined returning true
. In two words: it will call block
while it do not throw error
"},{"location":"krontab/introduction/how-to-use.html#shortcuts","title":"Shortcuts","text":"Shortcuts are the constants that are initializing in a lazy way to provide preset KronScheduler
s. For more info about KrontabScheduler
you can read its own page.
AnyTimeScheduler
- will always return incoming DateTime
as next Every*Scheduler
- return near * since the passed relatively
: EverySecondScheduler
/ KronScheduler.everyMillisecond
EverySecondScheduler
/ KronScheduler.everySecond
EveryMinuteScheduler
/ KronScheduler.everyMinute
EveryHourScheduler
/ KronScheduler.hourly
EveryDayOfMonthScheduler
/ KronScheduler.daily
EveryMonthScheduler
/ KronScheduler.monthly
EveryYearScheduler
/ KronScheduler.annually
"},{"location":"krontab/introduction/how-to-use.html#flows","title":"Flows","text":"Here currently there is only one extension for KronScheduler
: KronScheduler#asFlow
. As a result you will get Flow<DateTime>
(in fact SchedulerFlow
) which will trigger next emit
on each not null next
DateTime
"},{"location":"krontab/introduction/including-in-project.html","title":"Including in project","text":"In two words, you must add dependency dev.inmo:krontab:$krontab_version
to your project. The latest version presented by next badge:
"},{"location":"krontab/introduction/including-in-project.html#notice-about-repository","title":"Notice about repository","text":"To use this library, you will need to include MavenCentral
repository in you project
"},{"location":"krontab/introduction/including-in-project.html#buildgradle","title":"build.gradle","text":"mavenCentral()\n
"},{"location":"krontab/introduction/including-in-project.html#dependencies","title":"Dependencies","text":"Next snippets must be placed into your dependencies
part of build.gradle
(for gradle) or pom.xml
(for maven).
"},{"location":"krontab/introduction/including-in-project.html#gradle","title":"Gradle","text":"implementation \"dev.inmo:krontab:$krontab_version\"\n
"},{"location":"krontab/introduction/including-in-project.html#maven","title":"Maven","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>krontab</artifactId>\n<version>${krontab_version}</version>\n</dependency>\n
"},{"location":"kslog/index.html","title":"KSLog","text":"It is simple and easy-to-use tool for logging on the most popular platforms in Kotlin Multiplatform:
By default, KSLog is using built-in tools for logging on each supported platform:
java.util.logging.Logger
for JVM
android.util.Log
for Android
Console
for JS
But you always may create your logger and customize as you wish:
KSLog.default = KSLog { level: LogLevel, tag: String?, message: Any, throwable: Throwable? ->\n// do your logging\n}\n
This library also supports native targets in experimental mode. By default, all native targets will use simple printing in the console
"},{"location":"kslog/index.html#how-to-use","title":"How to use","text":""},{"location":"kslog/index.html#fast-travel","title":"Fast-travel","text":"Just use some boring extensions like:
KSLog.i(\"Some message\")\n// OR\nKSLog.i(\"Some tag\", \"Some message\")\n// OR\nKSLog.i(\"Some tag\", \"Some message\", IllegalArgumentException(\"So, that is exception :)\"))\n// OR\nKSLog.i(\"Some optional tag\", Exception(\"Optional\")) { \"Lazy inited message\" }\n// OR\nKSLog.iS(\"Some optional tag\", Exception(\"Optional\")) { \"Lazy inited message for suspendable calculation of text\" }\n// OR EVEN\nKSLog.l(LogLevel.INFO, \"Some tag\", \"Some message\", IllegalArgumentException(\"So, that is exception :)\"))\n// OR\nKSLog.l(LogLevel.INFO, \"Some optional tag\", IllegalArgumentException(\"So, that is exception :)\")) { \"And lazily inited message\" }\n
"},{"location":"kslog/index.html#a-little-bit-deeper","title":"A little bit deeper","text":"There are several important \u201cterms\u201d in context of this library:
- Default logger (available via
KSLog.default
or simply KSLog
) - Local logger (can be created via
KSLog
functions and passed anywhere as KSLog
) - Logging shortcuts like
KSLog.i
/KSLog.info
- Built-in extension
Any.logger
which allow you to create logger binded to the default with the tag based on the class of receiver - Be careful with the receivers: if you will use some extension like
apply
, the receiver will be different with your class inside of that apply
Every logging extension (like KSLog.i
) have its analog with lazy inited message text and the same one with suffix S
(like KSLog.iS
) for the suspendable message calculation.
Default logger can be created by passing defaultTag
and one of variants log level filters: set or minimal loggable level. In JVM
you also may setup any logger as base logger for default realizations of KSLog
. Besides, you may use your own callback (on any target platform) as output of logging:
val logger = KSLog { logLevel, optionalTag, message, optionalThrowable ->\nprintln(\"[$logLevel] $optionalTag - $message: $optionalThrowable.stackTraceToString()\")\n}\n
In the example above we will take the logger
which will just print incoming data as common output.
"},{"location":"kslog/index.html#installation","title":"Installation","text":""},{"location":"kslog/index.html#gradle","title":"Gradle","text":"implementation \"dev.inmo:kslog:$kslog_version\"\n
"},{"location":"kslog/index.html#maven","title":"Maven","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>kslog</artifactId>\n<version>${kslog_version}</version>\n</dependency>\n
"},{"location":"kslog/logging.html","title":"Logging","text":"Message type notice
On this page all the messages will be just simple String
, but you may pass any object as the message
As has been said in the setup section, this library contains next levels of logging with their default representations on each platform:
Weight (by order) LogLevel name JS JVM Loggers Android 0 DEBUG console.log Level.FINEST Log.d 1 VERBOSE console.info Level.FINE Log.v 2 INFO console.info Level.INFO Log.i 3 WARNING console.warn Level.WARNING Log.w 4 ERROR console.error Level.SEVERE Log.e 5 ASSERT console.error Level.SEVERE Log.wtf Each of these levels have fullname and shortname shortcat extensions:
KSLog.debug
/KSLog.d
/KSLog.dS
KSLog.verbose
/KSLog.v
/KSLog.vS
KSLog.info
/KSLog.i
/KSLog.iS
KSLog.warning
/KSLog.w
/KSLog.wS
KSLog.error
/KSLog.e
/KSLog.eS
KSLog.assert
/KSLog.wtf
/KSLog.wtfS
And any of these shortcuts may accept one of several arguments combinations:
- Tag (Optional), Throwable (Optional), Message Builder (simple inline callback for lazy creating of log message). This type of arguments is duplicated with
S
suffix for suspendable
messages creating, for example - Message, Throwable (Optional)
- Tag, Message, Throwable (Optional)
So, when you want to log some expected exception, there are three common ways to do it:
val logger = KSLog.default\n// with callback\nlogger.info(tag, throwable) {\n\"Some your message for this event\"\n}\n// with suspendable callback\nlogger.infoS(tag, throwable) {\nwithContext(Dispatchers.Default) {\n\"Some your message for this event\"\n}\n}\n// Just with message\nlogger.info(\"Some your message for this event\", throwable)\n// With message and tag as strings\nlogger.info(tag, \"Some your message for this event\", throwable)\n
Of course, any of this calls can be shortenned:
val logger = KSLog.default\n// with callback\nlogger.i(tag, throwable) {\n\"Some your message for this event\"\n}\n// with suspendable callback\nlogger.iS(tag, throwable) {\nwithContext(Dispatchers.Default) {\n\"Some your message for this event\"\n}\n}\n// Just with message\nlogger.i(\"Some your message for this event\", throwable)\n// With message and tag as strings\nlogger.i(tag, \"Some your message for this event\", throwable)\n
There is special shortcat - for base performLog
. In that case the only change is that you will require to pass the LogLevel
more obviously:
val logger = KSLog.default\n// with callback\nlogger.log(LogLevel.INFO, tag, throwable) {\n\"Some your message for this event\"\n}\n// with suspendable callback\nlogger.logS(LogLevel.INFO, tag, throwable) {\nwithContext(Dispatchers.Default) {\n\"Some your message for this event\"\n}\n}\n// Just with message\nlogger.log(LogLevel.INFO, \"Some your message for this event\", throwable)\n// With message and tag as strings\nlogger.log(LogLevel.INFO, tag, \"Some your message for this event\", throwable)\n
OR
val logger = KSLog.default\n// with callback\nlogger.l(LogLevel.INFO, tag, throwable) {\n\"Some your message for this event\"\n}\n// with suspendable callback\nlogger.lS(LogLevel.INFO, tag, throwable) {\nwithContext(Dispatchers.Default) {\n\"Some your message for this event\"\n}\n}\n// Just with message\nlogger.l(LogLevel.INFO, \"Some your message for this event\", throwable)\n// With message and tag as strings\nlogger.l(LogLevel.INFO, tag, \"Some your message for this event\", throwable)\n
"},{"location":"kslog/setup.html","title":"Setup","text":""},{"location":"kslog/setup.html#dependency-installation","title":"Dependency installation","text":""},{"location":"kslog/setup.html#gradle-groovy","title":"Gradle (Groovy)","text":"implementation \"dev.inmo:kslog:$kslog_version\"\n
"},{"location":"kslog/setup.html#gradle-kotlin-script","title":"Gradle (Kotlin Script)","text":"implementation(\"dev.inmo:kslog:$kslog_version\")\n
"},{"location":"kslog/setup.html#maven-pom","title":"Maven (pom)","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>kslog</artifactId>\n<version>${kslog_version}</version>\n</dependency>\n
"},{"location":"kslog/setup.html#setup-in-code","title":"Setup in code","text":"The main point in setup in your code is to setup default logger:
KSLog.default = KSLog(\"defaultTag\")\n
You may use custom messageFormatter
in any of KSLog
factory to customize output of KSLog
logging. For example:
KSLog(\n\"loggingWithCustomFormat\",\nmessageFormatter = { level, tag, message, throwable ->\nprintln(\"[$level] $tag - $message: $throwable\")\n}\n)\n
Additionally you may use one of several different settings:
minLoggingLevel
- minimal logging level for the log which will be logged. The order of log level is next: - DEBUG
- VERBOSE
- INFO
- WARNING
- ERROR
- ASSERT
levels
- and iterable with the levels which should be logged firstLevel
,secondLevel
,otherLevels
- as levels
, but vararg
:)
In case you are passing minLoggingLevel
, the level and more important levels will be passed to logs. For example, when you are settings up your logger as in next snippet:
val logger = KSLog(\n\"exampleTag\",\nminLoggingLevel = LogLevel.INFO\n)\n
The next levels will be logged with logger
:
INFO
WARNING
ERROR
ASSERT
"},{"location":"kslog/setup.html#special-loggers","title":"Special loggers","text":""},{"location":"kslog/setup.html#callbackkslog","title":"CallbackKSLog","text":"It is logger which will call incoming performLogCallback
on each logging. This logger can be create simply with one callback:
KSLog { level, tag, message, throwable ->\nprintln(\"[$level] $tag - $message: $throwable\")\n}\n
"},{"location":"kslog/setup.html#taglogger","title":"TagLogger","text":"It is simple value class which can be used for zero-cost usage of some tag and calling for KSLog.default
. For example, if you will create tag logger with next code:
val logger = TagLogger(\"tagLoggerTag\")\n
The logger
will call KSLog.default
with the tag tagLoggerTag
on each calling of logging.
"},{"location":"kslog/setup.html#filterkslog","title":"FilterKSLog","text":"This pretty simple logger will call its fallbackLogger
only in cases when incoming messageFilter
will return true for logging:
val baseLogger = KSLog(\"base\") // log everything with the tag `base` if not set other\nval filtered = baseLogger.filtered { _, t, _ ->\nt == \"base\"\n}\n
In the example above baseLogger
will perform logs in two ways: when it has been called directly or when we call log performing with the tag \"base\"
or null
. Besides, you can see there extension filtered
which allow to create FilterKSLog
logger with simple lambda.
"},{"location":"kslog/setup.html#typedkslog","title":"TypedKSLog","text":"This logger accepts map of types with the target loggers. You may build this logger with the special simple DSL:
val baseLogger = KSLog(\"base\") // log everything with the tag `base` if not set other\nval typed = buildTypedLogger {\non<Int>(baseLogger) // log all ints to the baseLogger\non<Float> { _, _, message, _ ->// log all floats to the passed logger\nprintln(message.toString()) // just print all floats\n}\ndefault { level, tag, message, throwable ->\nKSLog.performLog(level, tag, message, throwable)\n}\n}\n
"},{"location":"kslog/setup.html#automatical-loggers","title":"Automatical loggers","text":"There are two things which can be useful in your code: logger
and logTag
extensions. logTag
is the autocalculated by your object classname tag. logger
extension can be used with applying to any object like in the next snippet:
class SomeClass {\ninit {\nlogger.i(\"inited\")\n}\n}\n
The code above will trigger calling of logging in KSLog.default
with level LogLevel.INFO
using tag SomeClass
and message \"inited\"
. As you could have guessed, logger
is using TagLogger
with logTag
underhood and the most expensive operation here is automatical calculation of logTag
.
- Extension
logger
"},{"location":"kslog/setup.html#jvm-specific-setup","title":"JVM specific setup","text":"For JVM you may setup additionally use java loggers as the second parameter of KSLog
factory. For example:
KSLog(\n\"yourTag\"\nLogger.getLogger(\"YourJavaLoggerName\")\n)\n
"},{"location":"micro_utils/index.html","title":"MicroUtils","text":"MicroUtils
is a set of libraries to help me (and, I hope, you too) in some routine doings of coding.
First of all, this library collection is oriented to use next technologies:
Kotlin Coroutines
Kotlin Serialization
Kotlin Exposed
Ktor
Koin
Korlibs
Warning
Due to complexity of this library, it is possible that some things will be missed or inactual. Me and the users of this library will try hard to keep its docs as actual as possible, but in case you will find some inconsistency of docs and library work (signatures, behaviour, API) you may write me directly in my telegram
"},{"location":"tgbotapi/index.html","title":"TelegramBotAPI","text":"Hello! This is a set of libraries for working with Telegram Bot API.
"},{"location":"tgbotapi/index.html#examples","title":"Examples","text":"There are several things you need to do to launch examples below:
- Add
mavenCentral()
to your project repositories - Maven variant
- Add dependency
implementation \"dev.inmo:tgbotapi:$tgbotapi_version\"
- Replace
tgbotapi_version
with exact version (see last one in the table above) or put variable with this name in project - Alternative variant for maven here
More including instructions available here. Other configuration examples:
- For multiplatform
- For JVM
"},{"location":"tgbotapi/index.html#most-common-example","title":"Most common example","text":"suspend fun main() {\nval bot = telegramBot(TOKEN)\nbot.buildBehaviourWithLongPolling {\nprintln(getMe())\nonCommand(\"start\") {\nreply(it, \"Hi:)\")\n}\n}.join()\n}\n
In this example you will see information about this bot at the moment of starting and answer with Hi:)
every time it gets message /start
"},{"location":"tgbotapi/index.html#handling-only-last-messages","title":"Handling only last messages","text":"suspend fun main() {\nval bot = telegramBot(TOKEN)\nval flowsUpdatesFilter = FlowsUpdatesFilter()\nbot.buildBehaviour(flowUpdatesFilter = flowsUpdatesFilter) {\nprintln(getMe())\nonCommand(\"start\") {\nreply(it, \"Hi:)\")\n}\nretrieveAccumulatedUpdates(this).join()\n}\n}\n
The main difference with the previous example is that bot will get only last updates (accumulated before bot launch and maybe some updates it got after launch)
"},{"location":"tgbotapi/index.html#build-a-little-bit-more-complex-behaviour","title":"Build a little bit more complex behaviour","text":"suspend fun main() {\nval bot = telegramBot(TOKEN)\nbot.buildBehaviourWithLongPolling {\nprintln(getMe())\nval nameReplyMarkup = ReplyKeyboardMarkup(\nmatrix {\nrow {\n+SimpleKeyboardButton(\"nope\")\n}\n}\n)\nonCommand(\"start\") {\nval photo = waitPhoto(\nSendTextMessage(it.chat.id, \"Send me your photo please\")\n).first()\nval name = waitText(\nSendTextMessage(\nit.chat.id,\n\"Send me your name or choose \\\"nope\\\"\",\nreplyMarkup = nameReplyMarkup\n)\n).first().text.takeIf { it != \"nope\" }\nsendPhoto(\nit.chat,\nphoto.mediaCollection,\nentities = buildEntities {\nif (name != null) regular(name) // may be collapsed up to name ?.let(::regular)\n}\n)\n}\n}.join()\n}\n
"},{"location":"tgbotapi/index.html#more-examples","title":"More examples","text":"You may find examples in this project. Besides, you are always welcome in our chat.
"},{"location":"tgbotapi/faq.html","title":"FAQ","text":""},{"location":"tgbotapi/faq.html#how-to-filter-updates-in-some-part-of-behaviourbuilder","title":"How to filter updates in some part of BehaviourBuilder
?","text":"You may create subcontext with BehaviourBuilder.
createSubContextAndDoWithUpdatesFilter
and pass there updatesUpstreamFlow
parameter with any operations over parent behaviour builder:
buildBehaviourWithLongPolling {\ncreateSubContextAndDoWithUpdatesFilter(\nupdatesUpstreamFlow = filter { /* some condition */ },\nstopOnCompletion = false // disable stopping of sub context after setup\n) {\nonCommand() //...\n}\n}\n
"},{"location":"tgbotapi/faq.html#additional-info","title":"Additional info","text":" - Flows docs
- BehaviourBuilder
"},{"location":"tgbotapi/faq.html#cases","title":"Cases","text":" - Filtering of chats and users:
updatesUpstreamFlow = filter { it.sourceChat() ?.id == requiredChatId || it.sourceUser() ?.id == requiredUserId }\n
- See:
- Update.sourceChat
- Update.sourceUser
"},{"location":"tgbotapi/dsls/keyboards.html","title":"Keyboards","text":"In the telegram system there are two types of keyboards:
Reply Inline Keyboard for each user in the chat Keyboard linked to the certain message Low-level way to create keyboard looks like in the next snippet:
ReplyKeyboardMarkup(\nmatrix {\nrow {\nadd(SimpleKeyboardButton(\"Simple text\"))\n// ...\n}\n// ...\n}\n)\n
In case you wish to create inline keyboard, it will look like the same as for reply keyboard. But there is another way. The next snippet will create the same keyboard as on the screenshots above:
// reply keyboard\nreplyKeyboard {\nrow {\nsimpleButton(\"7\")\nsimpleButton(\"8\")\nsimpleButton(\"9\")\nsimpleButton(\"*\")\n}\nrow {\nsimpleButton(\"4\")\nsimpleButton(\"5\")\nsimpleButton(\"6\")\nsimpleButton(\"/\")\n}\nrow {\nsimpleButton(\"1\")\nsimpleButton(\"2\")\nsimpleButton(\"3\")\nsimpleButton(\"-\")\n}\nrow {\nsimpleButton(\"0\")\nsimpleButton(\".\")\nsimpleButton(\"=\")\nsimpleButton(\"+\")\n}\n}\n// inline keyboard\ninlineKeyboard {\nrow {\ndataButton(\"Get random music\", \"random\")\n}\nrow {\nurlButton(\"Send music to friends\", \"https://some.link\")\n}\n}\n
"},{"location":"tgbotapi/dsls/live-location.html","title":"Live Location","text":"Bot API allows you to send live locations and update them during their lifetime. In this library there are several ways to use this API:
- Directly via API calls (sendLiveLocation and editLiveLocation)
- startLiveLocation
- handleLiveLocation
"},{"location":"tgbotapi/dsls/live-location.html#sendlivelocation","title":"sendLiveLocation","text":"In the Bot API there is no independent sendLiveLocation
method, instead it is suggested to use sendLocation with setting up live_period
. In this library in difference with original Bot API live location is special request. It was required because of in fact live locations and static locations are different types of location info and you as bot developer may interact with them differently.
Anyway, in common case the logic looks like:
- Send sendLiveLocation
- Use editLiveLocation to change it during its lifetime
- Use stopLiveLocation to abort it before lifetime end
"},{"location":"tgbotapi/dsls/live-location.html#startlivelocation","title":"startLiveLocation","text":"In difference with sendLiveLocation, startLiveLocation using LiveLocationProvider. With this provider you need not to handle chat and message ids and keep some other data for location changes. Instead, you workflow with provider will be next:
- startLiveLocation
- Use LiveLocationProvider#updateLocation to update location and optionally add inline keyboard
- Use LiveLocationProvider#close to abort live location before its end
Besides, LiveLocationProvider
contains different useful parameters about live location
"},{"location":"tgbotapi/dsls/live-location.html#handlelivelocation","title":"handleLiveLocation","text":"This way of live locations handling is based on coroutines Flow and allow you to pass some external Flow
with EditLiveLocationInfo. So, workflow:
- Create your own flow of locations. For example:
flow {\nvar i = 0\nwhile (isActive) {\nval newInfo = EditLiveLocationInfo(\nlatitude = i.toDouble(),\nlongitude = i.toDouble(),\nreplyMarkup = flatInlineKeyboard {\ndataButton(\"Cancel\", \"cancel\")\n}\n)\nemit(newInfo)\ni++\ndelay(10000L) // 10 seconds\n}\n}\n
- In case you needed, create your collector to store the message with live location:
val currentMessageState = MutableStateFlow<ContentMessage<LocationContent>?>(null)\n
- Start handle live location. handleLiveLocation works synchronosly (in current coroutine) and will ends only when your flow will ends. Thats why there are two ways to call it:
handleLiveLocation(\nit.chat.id,\nlocationsFlow,\nsentMessageFlow = FlowCollector { currentMessageState.emit(it) }\n)\n// this code will be called after `locationsFlow` will ends\n
OR scope.launch {\nhandleLiveLocation(\nit.chat.id,\nlocationsFlow,\nsentMessageFlow = FlowCollector { currentMessageState.emit(it) }\n)\n}\n// this code will be called right after launch will be completed\n
See our example to get more detailed sample
"},{"location":"tgbotapi/dsls/text.html","title":"Text","text":"For the text creating there are several tools. The most simple one is to concatenate several text sources to make list of text sources as a result:
val sources = \"Regular start of text \" + bold(\"with bold part\") + italic(\"and italic ending\")\n
But there is a little bit more useful way: entities builder:
val items = (0 until 10).map { it.toString() }\nbuildEntities(\" \") {// optional \" \" auto separator which will be pasted between text sources\n+\"It is regular start too\" + bold(\"it is bold as well\")\nitems.forEachIndexed { i, item ->\nif (i % 2) {\nitalic(item)\n} else {\nstrikethrough(item)\n}\n}\n}\n
In the code above we are creating an items list just for demonstrating that inside of buildEntities body we may use any operations for cunstructing our result list of TextSource
s. As a result, will be created the list which will looks like in telegram as \u201cIt is regular start too it is bold as well 0 ~~1~~ 2 ~~3~~ 4 ~~5~~ 6 ~~7~~ 8 ~~9~~\u201d.
"},{"location":"tgbotapi/guides/keyboards.html","title":"Keyboards Guide","text":"This guide will help you choose the right keyboard for your needs and show you various API facilities available in the library to support your choice.
"},{"location":"tgbotapi/guides/keyboards.html#introduction","title":"Introduction","text":""},{"location":"tgbotapi/guides/keyboards.html#keyboard-types","title":"Keyboard Types","text":"The first thing you need to know is that there are two types of keyboards available in the Telegram Bot API: reply and inline keyboards.
Resize option
In the screenshots above (and in the most others) you may see usage of reply keyboards without resize_keyboard
. In case you will use resize_keyboard = true
the keyboard will be smaller.
Note the differences in the way these keyboards are shown to a user.
A reply keyboard is shown under the message input field. It replaces the device\u2019s native input method on a mobile device.
An inline keyboard is shown as a part of the message in the chat.
"},{"location":"tgbotapi/guides/keyboards.html#simple-keyboard-interactions","title":"Simple Keyboard Interactions","text":"When a user clicks on a simple reply keyboard button, its text is just sent in the chat.
When a user clicks on a simple inline keyboard button, nothing is sent to the chat. Instead, a callback query (a fancy way to say \u201ca request\u201d) is sent directly to the bot and the button is highlighted. It will stay highlighted until the bot acks the callback.
It\u2019s a common mistake to forget to handle callback queries
It leads to the buttons being highlighted for long periods of time, which leads to a bad user experience. Don\u2019t forget to handle these callbacks!
As new messages arrive, a reply keyboard will stay there, while the inline keyboard will stick to the message and move with it.
Ups\u2026 The reply keyboard is now far away from the message it was sent with.
Actually, they are two different unrelated entities now: the original message and the reply keyboard. A reply keyboard persists until you explicitly remove it or replace it with a different one.
It\u2019s a common mistake to forget to remove or replace reply keyboards
It leads to the keyboards being shown forever. Don\u2019t forget to remove reply keyboards when you don\u2019t need them anymore!
You also may use option one_time_keyboard
and the keyboard will be automatically removed after user interaction
An inline keyboard could also be removed or changed by editing the original message it was attached to.
"},{"location":"tgbotapi/guides/keyboards.html#extended-keyboard-interactions","title":"Extended Keyboard Interactions","text":"Keyboards are not limited to text only. They could be used to ask users for different things, like payments, locations, phone numbers, etc. They could be used to open arbitrary URLs or web apps. Telegram clients process these buttons and interact with the users in the appropriate ways.
For the full list of options, see the official documentation on reply and inline keyboards.
"},{"location":"tgbotapi/guides/keyboards.html#basic-api-classes","title":"Basic API & Classes","text":"Now, that you know the basics, let\u2019s see how to use the library.
"},{"location":"tgbotapi/guides/keyboards.html#keyboards","title":"Keyboards","text":"In Telegram Bot API keyboards are sent to the user as a part of an interaction via the reply_markup
parameter. More specifically, this parameter is available:
- in the
sendXXX
methods, like sendMessage
, sendPhoto
, sendSticker
, etc. - in the
copyMessage
method - in the
editMessageXXX
methods, like editMessageText
, editMessageCaption
, editMessageReplyMarkup
, etc. This also includes stopXXX
methods like the stopMessageLiveLocation
method.
Tip
editMessageReplyMarkup
is specifically designed to edit a message\u2019s inline keyboard.
Sending inline keyboards is also supported in inline mode through the reply_markup
parameter of the InlineQueryResult
type and its inheritors. However, this inline mode is unrelated to the inline keyboards.
The reply_markup
parameter accepts four different types. Two of them \u2014 ReplyKeyboardMarkup
and InlineKeyboardMarkup
\u2014 correspond to the reply and inline keyboards respectively. The ReplyKeyboardRemove
type is used to remove reply keyboards, but it\u2019s not a keyboard itself. The last one, ForceReply
, is used to force users to reply to the bot. It is not a keyboard either, but yet another dirty hack employed by the Telegram Bot API.
Now, in the library, the WithReplyMarkup
is a marker interface for all the interactions which could have a replyMarkup
(represents reply_markup
) parameter. It is extended by the ReplyingMarkupSendMessageRequest
, and then, finally, by classes like SendTextMessage
. This, basically, corresponds to the Telegram Bot API.
Note
You may see all the inheritors of WithReplyMarkup
interfaces in the corresponding KDoc
The other way to send a keyboard is through the replyMarkup
parameter of the numerous extension methods, like sendMessage
. Those are just convenient wrappers around general interaction classes, like the aforementioned SendTextMessage
.
"},{"location":"tgbotapi/guides/keyboards.html#buttons","title":"Buttons","text":"As we already know, keyboards consist of buttons. Button classes reside in the dev.inmo.tgbotapi.types.buttons
package.
The base class for the reply keyboard buttons is the KeyboardButton
. The base class for the inline keyboard buttons is the InlineKeyboardButton
.
See their inheritors for the full list of the available buttons. The names are pretty self-explanatory and correspond to the Telegram Bot API.
For example, to send a simple reply keyboard button, use the SimpleKeyboardButton
class. To request a contact from the user through the reply, use the RequestContactKeyboardButton
class. To attach a URL button to the message, use the URLInlineKeyboardButton
. And to attach a callback button, use the CallbackDataInlineKeyboardButton
.
You get the idea.
So, to send a reply keyboard use the following code:
bot.sendMessage(\nchatId = chat,\ntext = \"What is the best Kotlin Telegram Bot API library?\",\nreplyMarkup = ReplyKeyboardMarkup(\nkeyboard = listOf(\nlistOf(\nSimpleKeyboardButton(\"ktgbotapi\"),\n),\n)\n)\n)\n
And here is how you send a basic inline keyboard:
bot.sendMessage(\nchatId = chat,\ntext = \"ktgbotapi is the best Kotlin Telegram Bot API library\",\nreplyMarkup = InlineKeyboardMarkup(\nkeyboard = listOf(\nlistOf(\nCallbackDataInlineKeyboardButton(\"I know\", \"know\"),\nURLInlineKeyboardButton(\"Learn more\", \"https://github.com/InsanusMokrassar/ktgbotapi\")\n),\n)\n),\n)\n
When we\u2019re done with this simple quiz, we can remove the keyboard with the following code:
bot.sendMessage(\nchatId = chat,\ntext = \"You're goddamn right!\",\nreplyMarkup = ReplyKeyboardRemove()\n)\n
Note
Don\u2019t forget to remove the reply keyboards!
"},{"location":"tgbotapi/guides/keyboards.html#matrices","title":"Matrices","text":"Buttons in keyboards are arranged in matrices, i.e. two-dimensional arrays, or, to say in layperson\u2019s terms, rows and columns. In contrast to the matrices you\u2019ve learned in school, keyboards are not always necessarily square. Try it:
bot.sendMessage(\nchatId = chat,\ntext = \"In contrast to the matrices you've learned in school, keyboards are not always necessary square.\",\nreplyMarkup = InlineKeyboardMarkup(\nkeyboard = listOf(\nlistOf(\nCallbackDataInlineKeyboardButton(\"1\", \"1\"),\nCallbackDataInlineKeyboardButton(\"2\", \"2\"),\nCallbackDataInlineKeyboardButton(\"3\", \"3\"),\n),\nlistOf(\nCallbackDataInlineKeyboardButton(\"4\", \"4\"),\nCallbackDataInlineKeyboardButton(\"5\", \"5\"),\n),\nlistOf(\nCallbackDataInlineKeyboardButton(\"6\", \"6\"),\n)\n)\n)\n)\n
This way of building matrices is not very convenient, so the library provides a few eloquent DSLs to simplify that.
First, there are matrix
and row
, so the keyboard above can be built like this:
bot.sendMessage(\nchatId = chat,\ntext = \"DSLs are sweet!\",\nreplyMarkup = InlineKeyboardMarkup(\nkeyboard = matrix {\nrow {\n+CallbackDataInlineKeyboardButton(\"1\", \"1\")\n+CallbackDataInlineKeyboardButton(\"2\", \"2\")\n+CallbackDataInlineKeyboardButton(\"3\", \"3\")\n}\nrow(\nCallbackDataInlineKeyboardButton(\"4\", \"4\"),\nCallbackDataInlineKeyboardButton(\"5\", \"5\"),\n)\nrow {\n+CallbackDataInlineKeyboardButton(\"6\", \"6\")\n}\n},\n)\n)\n
Note
Those plus signs are mandatory.
Note
There are two different row
functions here. Can you spot the difference?
A single-row matrix can be built with a flatMatrix
:
flatMatrix {\n+CallbackDataInlineKeyboardButton(\"1\", \"1\")\n+CallbackDataInlineKeyboardButton(\"2\", \"2\")\n+CallbackDataInlineKeyboardButton(\"3\", \"3\")\n+CallbackDataInlineKeyboardButton(\"4\", \"4\")\n+CallbackDataInlineKeyboardButton(\"5\", \"5\")\n}\n
But the most convenient way to build a simple keyboard is to use the constructor-like methods: InlineKeyboardMarkup
and ReplyKeyboardMarkup
. Note, that they are named just like the corresponding constructor, but take a vararg of buttons. They create flat matrices, i.e. single rows.
"},{"location":"tgbotapi/guides/keyboards.html#keyboards-dsl","title":"Keyboards DSL","text":"Finally, there are inlineKeyboard
and replyKeyboard
DSL methods above rely on Kotlin\u2019s feature of receivers and extensions. So, the magic is done by MatrixBuilder
and RowBuilder
. That\u2019s why you must use the plus sign to add buttons to the matrix: it\u2019s just an overloaded operator call, another cool Kotlin feature widely used to create sweet DSLs.
Another bonus of using these DSLs is button builders, like payButton
, dataButton
, and urlButton
:
bot.sendMessage(\nchatId = chat,\ntext = \"All in one!\",\nreplyMarkup = InlineKeyboardMarkup(\nkeyboard = matrix {\nrow {\npayButton(\"Send money\")\ndataButton(\"Ok\", \"ok\")\nurlButton(\"Google\", \"https://google.com\")\n}\n},\n)\n)\n
Reply keyboard builders provide similar extensions, e.g. requestLocationButton
.
So, choose the style you like \u2014 from plain Kotlin lists to sweet DSLs \u2014 and use it!
"},{"location":"tgbotapi/guides/keyboards.html#working-with-keyboards","title":"Working with keyboards","text":"Working with keyboards is not something special in Telegram Bot API. As you have already seen, keyboards are just message parameters. Similarly, keyboard interactions are represented by regular Updates. I.e. when a user interacts with a keyboard, the bot receives an update.
On the other hand, the library is heavily typed, so the actual type of update you would receive varies.
"},{"location":"tgbotapi/guides/keyboards.html#reply-keyboards","title":"Reply keyboards","text":"As it was said, reply keyboards cause Telegram clients to send regular messages back to the bot. Peruse this example:
bot.buildBehaviourWithLongPolling {\nbot.sendMessage(\nchatId = chat,\ntext = \"\ud83d\udc6e Turn in your accomplices or be prepared for a lengthy \ud83c\udf46 incarceration \u26d3 \ud83d\udc4a \u203c\",\nreplyMarkup = replyKeyboard {\n+SimpleKeyboardButton(\n\"I ain't no rat! \ud83d\udeab\ud83d\udc00\ud83e\udd10\ud83d\ude45\"\n)\n+RequestUserKeyboardButton(\n\"Rat out \ud83d\udc00 a friend \ud83d\udc64\",\nKeyboardButtonRequestUser.Common(RequestId.random())\n)\n+RequestChatKeyboardButton(\n\"Rat out \ud83d\udc00 a group of friends \ud83d\udc65\",\nKeyboardButtonRequestChat.Group(RequestId.random())\n)\n}\n)\nonText { message: CommonMessage<TextContent> ->\nassert(message.text == \"I ain't no rat! \ud83d\udeab\ud83d\udc00\ud83e\udd10\ud83d\ude45\")\nbot.reply(\nto = message,\ntext = \"Good, you're going to jail alone! \u26d3\ud83e\uddd1\u26d3\",\nreplyMarkup = ReplyKeyboardRemove()\n)\n}\nonUserShared { message: PrivateEventMessage<UserShared> ->\nbot.reply(\nto = message,\ntext = \"Haha, you and you friend are both going to jail! \u26d3\ud83d\udc6c\u26d3\",\nreplyMarkup = ReplyKeyboardRemove()\n)\n}\nonChatShared { message: PrivateEventMessage<ChatShared> ->\nbot.reply(\nto = message,\ntext = \"Haha, now you're all going to jail! \u26d3\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66\u26d3\",\nreplyMarkup = ReplyKeyboardRemove()\n)\n}\n}.join()\n
Note
Read more about buildBehaviourWithLongPolling
here
I hope you get the idea: the bot acts like a cop and asks the user to rat out his friends via a reply keyboard (it\u2019s an imaginary situation, of course). The user may refuse to cooperate, rat out a single friend or the whole imaginary group. The bot receives the user\u2019s choices as regular updates, the code above has explicit types (generally optional in Kotlin) and an assert to demonstrate this.
And here is how it works (the user selects the options in the order):
Note how you handle reply keyboards: you process regular messages. For instance, a simple text button sends a regular text message indistinguishable from a case when a user simply types the same text manually.
And don\u2019t be a rat in real life: remove the keyboards with the ReplyKeyboardRemove
after you\u2019ve received the input! Otherwise, a keyboard will stay there indefinitely.
"},{"location":"tgbotapi/guides/keyboards.html#inline-keyboards","title":"Inline keyboards","text":"Finally, to master the keyboards, you need to know how to handle the inline ones.
Again, let\u2019s explore the example. Imagine you\u2019re making a quiz where users are given a question and a set of answers. Additionally, users are given a link to the wiki page to help with the question and a Google button.
The quiz could be implemented this way:
// A simple data class to represent a question\nval question = Question(\nimage = \"https://upload.wikimedia.org/wikipedia/commons/a/a5/Tsunami_by_hokusai_19th_century.jpg\",\nquestion = \"Who painted this?\",\nanswers = listOf(\nAnswer(\"Hokusai\", correct = true),\nAnswer(\"Sukenobu\"),\nAnswer(\"Ch\u014dshun\"),\nAnswer(\"Kiyonobu I\"),\n),\nwiki = \"https://en.wikipedia.org/wiki/Ukiyo-e\",\n)\nbot.buildBehaviourWithLongPolling {\nbot.sendPhoto(\nchatId = chat,\nfileId = InputFile.fromUrl(question.image),\ntext = question.question,\nreplyMarkup = inlineKeyboard {\n// First row: answers\nrow {\nfor (answer in question.answers.shuffled()) {\ndataButton(\ntext = answer.answer,\ndata = \"${answer.answer}:${answer.correct}\",\n)\n}\n}\n// Second row: help buttons\nrow {\nurlButton(\"Wiki \ud83d\udc81\", question.wiki)\nwebAppButton(\"Google \ud83d\udd0d\", \"https://google.com\")\n}\n}\n)\nonDataCallbackQuery { callback: DataCallbackQuery ->\nval (answer, correct) = callback.data.split(\":\")\nif (correct.toBoolean()) {\nbot.answerCallbackQuery(\ncallback,\ntext = \"$answer is a \u2705 correct answer!\",\nshowAlert = true\n)\n} else {\nbot.answerCallbackQuery(\ncallback,\ntext = \"\u274c Try again, $answer is not a correct answer\u2026\",\nshowAlert = true\n)\n}\n}\n}.join()\n
A few important things to note here.
First, the data buttons (they have the CallbackDataInlineKeyboardButton
type, but in the code we used a neat DSL) must have unique data
. If the data
is not unique, Telegram clients will highlight all the buttons with the same data when a user clicks on one of them. Guess how I know that? Well, it\u2019s not in the docs, so trial and error is the only way to learn it (and many other things about the Telegram Bot API).
Second, the way you handle inline keyboards is different from the way you handle reply keyboards. Bot API will send updates with a callback_query
field populated. This field, of a CallbackQuery
type, represents incoming callbacks from callback buttons in inline keyboards. The library turns them into multiple callback types, like the DataCallbackQuery
we used in the example. Finally, to handle these callbacks you could use onDataCallbackQuery
. Alternatively, if you\u2019re not using any DSLs, you have to handle the CallbackQueryUpdate
update type.
Third, the buttons got highlighted when a user clicks on them. When you\u2019re done with the callback, you need to answer it, by using the answerCallbackQuery
function. Otherwise, the button will remain highlighted. Telegram clients will eventually remove the highlight, but it\u2019s still frustrating.
Finally, you could choose between two styles of acknowledgment: a simple toast-like message or a modal alert. The showAlert
flag controls this behavior.
And here is the demo of the quiz:
"},{"location":"tgbotapi/guides/keyboards.html#conclusion","title":"Conclusion","text":"Today we\u2019ve learned how to use keyboards in Telegram bots. There are two types of keyboards: reply and inline. Reply keyboards replace the device\u2019s keyboard and make clients send a message with the predefined content. Inline keyboards are buttons attached to messages. Clicking on them causes the client to send a callback to the bot. In both scenarios the bot receives an update of a corresponding type and has to acknowledge the keayboard interaction for the client to work properly.
"},{"location":"tgbotapi/introduction/before-any-bot-project.html","title":"Before any bot project","text":"There are several places you need to visit for starting work with any Telegram Bot framework on any language:
- Bots info introduction
- Telegram Bot API reference (you can skip it, but it could be useful to know some specific cases in Telegram Bot API)
Anyway, the most important link is How do I create a bot? inside of Telegram Bot API
"},{"location":"tgbotapi/introduction/before-any-bot-project.html#next-steps","title":"Next steps","text":" - Including in your project
"},{"location":"tgbotapi/introduction/first-bot.html","title":"First bot","text":"Examples info
A lot of examples with using of Telegram Bot API you can find in this github repository
"},{"location":"tgbotapi/introduction/first-bot.html#the-most-simple-bot","title":"The most simple bot","text":"The most simple bot will just print information about itself. All source code you can find in this repository. Our interest here will be concentrated on the next example part:
suspend fun main(vararg args: String) {\nval botToken = args.first()\nval bot = telegramBot(botToken)\nprintln(bot.getMe())\n}\n
So, let\u2019s get understanding, about what is going on:
suspend fun main(vararg args: String)
: suspend
required for making of requests inside of this function. For more info you can open official documentation for coroutins. In fact, suspend fun main
is the same that fun main() = runBlocking {}
from examples
val botToken = args.first()
: here we are just getting the bot token from first arguments of command line val bot = telegramBot(botToken)
: inside of bot
will be RequestsExecutor object which will be used for all requests in any project with this library println(bot.getMe())
: here happens calling of getMe extension
As a result, we will see in the command line something like
ExtendedBot(id=ChatId(chatId=123456789), username=Username(username=@first_test_ee17e8_bot), firstName=Your bot name, lastName=, canJoinGroups=false, canReadAllGroupMessages=false, supportsInlineQueries=false)\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html","title":"Including in your project","text":"There are three projects:
TelegramBotAPI Core
- project with base for all working with Telegram Bot API TelegramBotAPI API Extensions
- extension of TelegramBotAPI
with functions for more comfortable work with Telegram Bot API TelegramBotAPI Utils Extensions
- extension of TelegramBotAPI
with functions for extending of different things like retrieving of updates
TelegramBotAPI
Also, there is an aggregator-version tgbotapi
, which will automatically include all projects above. It is most recommended version due to the fact that it is including all necessary tools around TelegramBotAPI Core
, but it is optionally due to the possible restrictions on the result methods count (for android) or bundle size
Examples
You can find full examples info in this repository. In this repository there full codes which are working in normal situation. Currently, there is only one exception when these examples could work incorrectly: you are living in the location where Telegram Bot API is unavailable. For solving this problem you can read Proxy setup part
"},{"location":"tgbotapi/introduction/including-in-your-project.html#notice-about-repository","title":"Notice about repository","text":"To use this library, you will need to include Maven Central
repository in your project
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle","title":"build.gradle","text":"mavenCentral()\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml","title":"pom.xml","text":"<repository>\n<id>central</id>\n<name>mavenCentral</name>\n<url>https://repo1.maven.org/maven2</url>\n</repository>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#dev-channel","title":"Dev channel","text":"Besides, there is developer versions repo. To use it in your project, add the repo in repositories
section:
Gradle maven {\nurl \"https://git.inmo.dev/api/packages/InsanusMokrassar/maven\"\n}\n
Maven <repository>\n<id>dev.inmo</id>\n<name>InmoDev</name>\n<url>https://git.inmo.dev/api/packages/InsanusMokrassar/maven</url>\n</repository>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#telegrambotapi","title":"TelegramBotAPI","text":"As tgbotapi_version
variable in next snippets will be used variable with next last published version:
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle_1","title":"build.gradle","text":"implementation \"dev.inmo:tgbotapi:$tgbotapi_version\"\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml_1","title":"pom.xml","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>tgbotapi</artifactId>\n<version>${tgbotapi_version}</version>\n</dependency>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#telegrambotapi-core","title":"TelegramBotAPI Core","text":"As tgbotapi_version
variable in next snippets will be used variable with next last published version:
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle_2","title":"build.gradle","text":"implementation \"dev.inmo:tgbotapi.core:$tgbotapi_version\"\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml_2","title":"pom.xml","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>tgbotapi.core</artifactId>\n<version>${tgbotapi_version}</version>\n</dependency>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#telegrambotapi-api-extensions","title":"TelegramBotAPI API Extensions","text":"As tgbotapi_version
variable in next snippets will be used variable with next last published version:
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle_3","title":"build.gradle","text":"implementation \"dev.inmo:tgbotapi.api:$tgbotapi_version\"\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml_3","title":"pom.xml","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>tgbotapi.api</artifactId>\n<version>${tgbotapi_version}</version>\n</dependency>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#telegrambotapi-utils-extensions","title":"TelegramBotAPI Utils Extensions","text":"As tgbotapi_version
variable in next snippets will be used variable with next last published version:
"},{"location":"tgbotapi/introduction/including-in-your-project.html#buildgradle_4","title":"build.gradle","text":"implementation \"dev.inmo:tgbotapi.utils:$tgbotapi_version\"\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#pomxml_4","title":"pom.xml","text":"<dependency>\n<groupId>dev.inmo</groupId>\n<artifactId>tgbotapi.utils</artifactId>\n<version>${tgbotapi_version}</version>\n</dependency>\n
"},{"location":"tgbotapi/introduction/including-in-your-project.html#next-steps","title":"Next steps","text":" - Proxy setup
- First bot
"},{"location":"tgbotapi/introduction/proxy-setup.html","title":"Proxy setup","text":"In some locations Telegram Bots API urls will be unavailable. In this case all examples will just throw exception like:
Exception in thread \"main\" java.net.ConnectException: Connection refused\n at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)\nat sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)\nat io.ktor.network.sockets.SocketImpl.connect$ktor_network(SocketImpl.kt:36)\nat io.ktor.network.sockets.SocketImpl$connect$1.invokeSuspend(SocketImpl.kt)\nat kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)\nat kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)\nat kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)\nat kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)\nat kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)\nat kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)\nProcess finished with exit code 1\n
There are several ways to solve this problem:
- Built-in proxy config (will require some socks or http proxy server)
- System-configured VPN or proxy
- Your own Bot API Server
"},{"location":"tgbotapi/introduction/proxy-setup.html#using-ktor-client-built-in-proxy","title":"Using Ktor Client built-in proxy","text":"First of all, you will need to use one more library:
build.gradle:
implementation \"io.ktor:ktor-client-okhttp:2.0.1\"\n
Dependency note
In the snippet above was used version 2.0.1
which is actual for TelegramBotAPI
at the moment of filling this documentation (May 22 2022
, TelegramBotAPI
version 2.0.0
) and you can update version of this dependency in case if it is outdated.
For configuring proxy for your bot inside your program, you can use next snippet:
val botToken = \"HERE MUST BE YOUR TOKEN\"\nval bot = telegramBot(botToken) {\nktorClientEngineFactory = OkHttp\nproxy = ProxyBuilder.socks(\"127.0.0.1\", 1080)\n}\n
Explanation line by line:
val botToken = \"HERE MUST BE YOUR TOKEN\"
- here we are just creating variable botToken
val bot = telegramBot(botToken) {
- start creating bot ktorClientEngineFactory = OkHttp
- setting up engine factory of our bot. On the time of documentation filling, OkHttp
is one of the engines in Ktor
system which supports socks proxy. More you can read on Ktor site in subparts about engines and proxy proxy = ProxyBuilder.socks(\"127.0.0.1\", 1080)
- here we are setting up our proxy. Here was used local server which (as assumed) will connect to server like shadowsocks
"},{"location":"tgbotapi/introduction/proxy-setup.html#next-steps","title":"Next steps","text":" - First bot
"},{"location":"tgbotapi/logic/api-extensions.html","title":"API Extensions","text":"API extensions is a module which you may include in your project in addition to core part. In most cases this module will allow just use syntax like bot.getUpdates()
instead of bot.execute(GetUpdates())
, but there are several other things you will achieve with that syntax.
"},{"location":"tgbotapi/logic/api-extensions.html#bot-builder","title":"Bot builder","text":"This functionality allow you to build bot in more unified and comfortable way than standard creating with telegramBot
function
buildBot(\n\"TOKEN\"\n) {\nproxy = ProxyBuilder.socks(host = \"127.0.0.1\", port = 4001) // just an example, more info on https://ktor.io/docs/proxy.html\nktorClientConfig = {\n// configuring of ktor client\n}\nktorClientEngineFactory = {\n// configuring of ktor client engine \n}\n}\n
"},{"location":"tgbotapi/logic/api-extensions.html#downloading-of-files","title":"Downloading of files","text":"In standard library requests there are no way to download some file retrieved in updates or after requests. You may use syntax like bot.downloadFile(file)
where file
is TelegramMediaFile
from telegram, FileId
or even PathedFile
from GetFile request (sources).
"},{"location":"tgbotapi/logic/api-extensions.html#live-location","title":"Live location","text":"By default, you should handle updates of Live location by your code. But with extension bot#startLiveLocation you may provide all necessary startup parameters and handle updates with just calling updateLocation
for retrieved LiveLocationProvider.
"},{"location":"tgbotapi/logic/api-extensions.html#what-is-next","title":"What is next?","text":"There are several things you may read next:
- Updates retrieving
- Read about second level of working with library
- Read about BehaviourBuilder
"},{"location":"tgbotapi/logic/behaviour-builder-with-fsm.html","title":"Behaviour Builder with FSM","text":"Behaviour builder with FSM is based on the MicroUtils FSM. There are several important things in FSM:
State
- any object which implements State interface StateHandler
(or CheckableHandlerHolder) - the handler of states - StatesMachine - some machine which work with states and handlers
- StatesManager - simple manager that will solve which states to save and notify about states changes via its flows
StatesMachine
have two methods:
start
which will start work of machine startChain
which will add new state for handling
The most based way to create StatesMachine
and register StateHandler
s looks like in the next snippet:
buildFSM<TrafficLightState> {\nstrictlyOn<SomeState> {\n// state handling\n}\n}.start(CoroutineScope(...)).join()\n
Full example
You may find full example of FSM usage in the tests of FSM in MicroUtils
So, you must do next steps before you will launch your bot with FSM:
- Create your states. Remember that you may plan to save them, so it is likely you will need to serialize it there
- Create your handlers for your states. In most cases it is useful to use CheckableHandlerHolder if you want to use standard states machine
- Solve which states managers to use (the most simple one is the DefaultStatesManager with InMemoryDefaultStatesManager)
"},{"location":"tgbotapi/logic/behaviour-builder-with-fsm.html#bot-with-fsm","title":"Bot with FSM","text":"There are several extensions for TelegramBot
to create your bot with FSM:
- buildBehaviourWithFSM
- buildBehaviourWithFSMAndStartLongPolling
- telegramBotWithBehaviourAndFSM
- telegramBotWithBehaviourAndFSMAndStartLongPolling
All of them will take as an callback some object with type CustomBehaviourContextReceiver and will looks like in the next snippet:
telegramBotWithBehaviourAndFSMAndStartLongPolling<YourStateType>(\"BOT_TOKEN\") {\n// here you may use any operations from BehaviourBuilder\n// here you may use any operations from BehaviourContextWithFSMBuilder like strictlyOn and others\n}\n
"},{"location":"tgbotapi/logic/behaviour-builder-with-fsm.html#examples","title":"Examples","text":" - TelegramBotAPI-examples/FSMBot
- MicroUtils simple example in the tests
"},{"location":"tgbotapi/logic/behaviour-builder.html","title":"Behaviour Builder","text":"In the previous pages about updates handling and was mentioned that currently in the most cases you should use Flows. So, there is an improvement for that system which hide direct work with flows and allow you to create more declarative logic of your bot.
"},{"location":"tgbotapi/logic/behaviour-builder.html#main-parts-of-behaviour-builder","title":"Main parts of Behaviour Builder","text":"There are several things you should know for better understanding of behaviour builder:
- BehaviourContext - it is the thing which contains all necessary tools for working with bots
- Triggers -
on*
extensions for BehaviourContext
which allow you to create reaction on some update - Expectations (or waiters) -
wait*
extensions which you may use in buildBehaviour function, but it is recommended to use it in bodies of triggers
"},{"location":"tgbotapi/logic/behaviour-builder.html#initialization","title":"Initialization","text":"As was said above, there is buildBehaviour function which allow you set up your bot logic. Let\u2019s see an example:
val bot = telegramBot(\"TOKEN\")\nbot.buildBehaviour {\nonCommand(\"start\") { // creating of trigger\nval message = it\nval content = message.content\nreply(message, \"Ok, send me one photo\") // send text message with replying on incoming message\nval photoContent = waitPhoto().first() // waitPhoto will return List, so, get first element\nval photo = downloadFile(photoContent) // ByteArray of photo\n// some logic with saving of photos\n}\n}\n
"},{"location":"tgbotapi/logic/behaviour-builder.html#filters","title":"Filters","text":"In most cases there are opportunity to filter some of messages before starting of main logic. Let\u2019s look at this using the example above:
val bot = telegramBot(\"TOKEN\")\nbot.buildBehaviour {\nonCommand(\n\"start\",\ninitialFilter = {\nit.content.textSources.size == 1 // make sure that user has sent /start without any additions\n}\n) {\n// ...\n}\n}\n
OR
val bot = telegramBot(\"TOKEN\")\nbot.buildBehaviour {\nonCommand(\n\"start\",\nrequireOnlyCommandInMessage = true // it is default, but you can overwrite it with `requireOnlyCommandInMessage = false`\n) {\n// ...\n}\n}\n
"},{"location":"tgbotapi/logic/exceptions-handling.html","title":"Exceptions handling","text":"Unfortunatelly, exceptions handling in this library is a bit difficult in some places, but that have at least two reasons: flexibility and usability.
"},{"location":"tgbotapi/logic/exceptions-handling.html#in-place-handling","title":"\u201cIn place\u201d handling","text":"In case you know, where exceptions are happening, you may use several tools for exceptions catching:
- Catching with result
- Catching with callback
"},{"location":"tgbotapi/logic/exceptions-handling.html#catching-with-result","title":"Catching with result","text":"If you prefer to receive Result
objects instead of some weird callbacks, you may use the next syntax:
safelyWithResult {\n// do something\n}.onSuccess { // will be called if everything is right\n// handle success\n}.onFailure { // will be called if something went wrong\n// handle error\nit.printStackTrace()\n}.getOrThrow() // will return value or throw exception\n
"},{"location":"tgbotapi/logic/exceptions-handling.html#catching-with-callback","title":"Catching with callback","text":"Also there is more simple (in some cases) way to handle exceptions with callbacks:
safely(\n{\n// handle error\nit.printStackTrace()\nnull // return value\n}\n) {\n// do something\n}\n
"},{"location":"tgbotapi/logic/exceptions-handling.html#bonus-different-types-of-handling","title":"Bonus: different types of handling","text":"There are two types of handling:
- Just safely - when you are using something to obviously retrieve value or throw exception. When handling callback has been skipped, it will throw exception by default. For example:
safely(\n{\nit.printStackTrace()\n\"error\"\n}\n) {\nerror(\"Hi :)\") // emulate exception throwing\n\"ok\"\n} // result will be with type String\n
- Safely without exceptions - almost the same as
safely
, but this type by default allow to return nullable value (when exception was thrown) instead of just throwing (as with safely
): safelyWithouExceptions {\n// do something\n} // will returns nullable result type\n
"},{"location":"tgbotapi/logic/exceptions-handling.html#global-exceptions-handling","title":"Global exceptions handling","text":"The most simple way to configure exceptions handling is to change CoroutineContext
when you are creating your CoroutineScope
for bot processing:
val bot = telegramBot(\"TOKEN\")\nbot.buildBehaviour (\nscope = scope,\ndefaultExceptionsHandler = {\nit.printStackTrace()\n}\n) {\n// ...\n}\n
OR
val bot = telegramBotWithBehaviour (\n\"TOKEN\",\nscope = scope,\ndefaultExceptionsHandler = {\nit.printStackTrace()\n}\n) {\n// ...\n}\n
Here we have used ContextSafelyExceptionHandler
class. It will pass default handling of exceptions and will call the block in most cases when something inside of your bot logic has thrown exception.
"},{"location":"tgbotapi/logic/files-handling.html","title":"Files handling","text":"According to the documentation there are several ways to work with files:
- By FileId
- By FileUrl (
typealias
for the FileId
) - By some MultipartFile (in Telegram Bot API it is multipart requests)
"},{"location":"tgbotapi/logic/files-handling.html#files-receiving","title":"Files receiving","text":"There are several cases you may need in your app to work with files:
- Save
FileId
(for sending in future) - Download some file into memory/file in filesystem
"},{"location":"tgbotapi/logic/files-handling.html#where-to-get-file-id-or-url","title":"Where to get File id or url?","text":"The most simple way to send some file is to get file id and send it. You may get file id from any message with media. For example, if you have received some Message, you may use asCommonMessage conversation to be able to get its content
and then convert it to some content with media. Full code here:
val message: Message;\nval fileId = message.asCommonMessage() ?.withContent<MediaContent>() ?.content ?.media ?.fileId;\n
WAT? O.o
In the code above we get some message, safely converted it to CommonMessage
with asCommonMessage
, then safely took its content via withContent<MediaContent>() ?.content
and then just get its media file id.
"},{"location":"tgbotapi/logic/files-handling.html#download-files","title":"Download files","text":"There are three ways to download files:
- Download it in memory as
ByteArray
- Take
ByteReadChannelAllocator
which allow to retrieve ByteReadChannel and do whatever you want with it [JVM Only]
Download it directly to file or temporal file
"},{"location":"tgbotapi/logic/files-handling.html#downloading-with-api-extensions","title":"Downloading with API
extensions","text":""},{"location":"tgbotapi/logic/files-handling.html#files-jvmandroid","title":"Files (JVM/Android)","text":"val bot: TelegramBot;\nval fileId: FileId;\nval outputFile: File;\nbot.downloadFile(fileId, outputFile)\n
See downloadFile extension docs in the JVM tab to get more available options
There is also way with saving of data into temporal file. That will allow you to do with data whatever you want without high requirements to memory or network connection:
val bot: TelegramBot;\nval fileId: FileId;\nval tempFile: File = bot.downloadFileToTemp(fileId)\n
See downloadFileToTemp extension docs to get more available options
"},{"location":"tgbotapi/logic/files-handling.html#byte-read-channel","title":"Byte read channel","text":"val bot: TelegramBot;\nval fileId: FileId;\nval bytes: ByteReadChannelAllocator = bot.downloadFileStream(fileId)\n
See downloadFileStream extension docs to get more available options
"},{"location":"tgbotapi/logic/files-handling.html#byte-read-channel-allocator","title":"Byte read channel allocator","text":"val bot: TelegramBot;\nval fileId: FileId;\nval bytes: ByteReadChannelAllocator = bot.downloadFileStreamAllocator(fileId)\n
See downloadFileStreamAllocator extension docs to get more available options
"},{"location":"tgbotapi/logic/files-handling.html#byte-arrays","title":"Byte arrays","text":"val bot: TelegramBot;\nval fileId: FileId;\nval bytes: ByteArray = bot.downloadFile(fileId)\n
See downloadFile extension docs to get more available options
"},{"location":"tgbotapi/logic/files-handling.html#low-level-or-how-does-it-work","title":"Low level or how does it work?
","text":"You may download file with streams or with downloading into the memory first. On low level you should do several things. They are presented in next snippet:
val bot: TelegramBot;\nval fileId: FileId;\nval pathedFile: PathedFile = bot.execute(GetFile(fileId))\nval downloadedBytes: ByteArray = bot.execute(DownloadFile(pathedFile.filePath))\n
In the snippet above we are getting file PathedFile
by its FileId
and use it to download file bytes into memory using DownloadFile
request.
You may use almost the same way but with byte read channel allocator:
val bot: TelegramBot;\nval fileId: FileId;\nval pathedFile: PathedFile = bot.execute(GetFile(fileId))\nval channelAllocator: ByteReadChannelAllocator = bot.execute(DownloadFileStream(pathedFile.filePath))\nval byteReadChannel: ByteReadChannel = channelAllocator()\n
And then you may look into ByteReadChannel docs to get more info about what you can do with that.
Several useful links
- GetFile
- PathedFile
- DownloadFile
- DownloadFileStream
"},{"location":"tgbotapi/logic/files-handling.html#files-sending","title":"Files sending","text":"Of course, in most cases you must be sure that file have correct type.
"},{"location":"tgbotapi/logic/files-handling.html#fileid-and-fileurl","title":"FileId and FileUrl","text":"It is the most simple way to send any media in Telegram, but this way have several restrictions:
- The
FileId
which has retrieved for file should not (and probably will not too) equal to the FileId
retrieved by some other bot - There is a chance that the file id you are using will be expired with time
"},{"location":"tgbotapi/logic/files-handling.html#sending-via-file","title":"Sending via file","text":"JS Restrictions
Sending via file is accessible from all supported platforms, but there is small note about JS
- due to restrictions of work with streams and stream-like data (JS
have no native support of files streaming) on this platform all the files will be loaded inside of RAM before the sending to the telegram services.
Sending via file is available throw the MultipartFile. There are several wayt to get it:
- Simple creating via its constructor:
MultipartFile(\"filename.jpg\") { /* here Input allocation */ }
- Via asMultiparFile extension applicable to any
ByteArray
, ByteReadChannel
, ByteReadChannelAllocator
or File
(on any platform)
In most cases, sending via files looks like in the next snippet:
val file: File;\nbot.sendDocument(chatId, file.asMultipartFile())\n
"},{"location":"tgbotapi/logic/low-level-work-with-bots.html","title":"Low-level work with bots","text":"The base version of library was done a lot of time ago and just got several additions related to improvements, updates in Telegram Bot API or some requests from our community.
"},{"location":"tgbotapi/logic/low-level-work-with-bots.html#base-things","title":"Base things","text":"There are several important things in context of this library:
- RequestsExecutor (also \u201cknown\u201d as
TelegramBot
) - Types
- Requests
So, in most cases all your request calls with simplified api of this library (like bot.getMe()
) will looks like bot.execute(GetMe)
. Result of these calls is defined in type of any request (for example, for GetMe request the result type is ExtendedBot). As a result, you can avoid any extension api (like special API extensions) and use low level request with full controlling of the whole logic flow.
"},{"location":"tgbotapi/logic/low-level-work-with-bots.html#how-to-handle-updates","title":"How to handle updates","text":"As was written above, it will require some request:
val updates = bot.execute(GetUpdates())\n
Result type of GetUpdates request is Update. You may find inheritors of this interface in Update kdocs.
"},{"location":"tgbotapi/logic/low-level-work-with-bots.html#what-is-next","title":"What is next?","text":"As was said above, you may look into our API extensions in case you wish to use more high-level functions instead of bot.execute(SomeRequest())
. Besides, it will be very useful to know more about updates retrieving.
"},{"location":"tgbotapi/logic/media-groups.html","title":"Media Groups","text":"As you know, Telegram have the feature named Media Groups. Media groups have several differences with the common messages:
- Each media group message contains special media group id
- Media group may have special caption which will be visible if only the first message of media group contains caption
- In most cases media groups came with long polling/webhooks in one pack
- Media groups can be one of three types:
- Visual (image/video)
- Documents
- Playlists (audio)
"},{"location":"tgbotapi/logic/media-groups.html#specific-of-media-groups-in-libraries","title":"Specific of media groups in libraries","text":"Row updates
In tgbotapi there is no any additional handling of media groups by default and in case you will use simple bot.getUpdates, you will get the list of row updates and media groups will be included in this list as separated messages with MediaGroupPartContent. In that case you may use convertWithMediaGroupUpdates to be able to work with media groups as will be described below
In case you are using standard long polling (one of alternatives is telegramBotWithBehaviourAndLongPolling) or webhooks updates will be converted uner the hood and as a result, you will take media groups as a content in one message:
telegramBotWithBehaviourAndLongPolling(\n\"token\"\n) {\nonVisualGallery { // it: CommonMessage<MediaGroupContent<VisualMediaGroupPartContent>>\nit.content // MediaGroupContent<VisualMediaGroupPartContent>\nit.content.group // List<MediaGroupCollectionContent.PartWrapper<VisualMediaGroupPartContent>>\nit.content.group.forEach { // it: MediaGroupCollectionContent.PartWrapper<VisualMediaGroupPartContent>\nit.messageId // source message id for current media group part\nit.sourceMessage // source message for current media group part\nit.content // VisualMediaGroupPartContent\nprintln(it.content) // will print current content part info\n}\n}\n}\n
KDocs:
- onVisualGallery
- MediaGroupContent
- VisualMediaGroupPartContent
- MediaGroupCollectionContent.PartWrapper
In two words, in difference with row Telegram Bot API, you will take media groups in one message instead of messages list.
"},{"location":"tgbotapi/logic/types-conversations.html","title":"Types conversations","text":"One of the most important topics in context of tgbotapi is types conversations. This library is very strong-typed and a lot of things are based on types hierarchy. Lets look into the hierarchy of classes for the Message in 0.35.8:
As you may see, it is a little bit complex and require several tools for types conversation.
"},{"location":"tgbotapi/logic/types-conversations.html#as","title":"As","text":"as
conversations will return new type in case if it is possible. For example, when you got Message
, you may use asContentMessage
conversation to get message with content
:
val message: Message;\nprintln(message.asContentMessage() ?.content)\n
This code will print null
in case when message
is not ContentMessage
, and content
when is.
"},{"location":"tgbotapi/logic/types-conversations.html#require","title":"Require","text":"require
works like as
, but instead of returning nullable type, it will always return object with required type OR throw ClassCastException
:
val message: Message;\nprintln(message.requireContentMessage().content)\n
This code will throw exception when message is not ContentMessage
and print content
when is.
"},{"location":"tgbotapi/logic/types-conversations.html#when","title":"When","text":"when
extensions will call passed block
when type is correct. For example:
val message: Message;\nmessage.whenContentMessage {\nprintln(it.content)\n}\n
Code placed above will print content
when message
is ContentMessage
and do nothing when not
"},{"location":"tgbotapi/logic/updates-with-flows.html","title":"Updates with flows","text":"Of course, in most cases here we will look up the way of using utils extnsions, but you may read deeper about updates retrieving here.
"},{"location":"tgbotapi/logic/updates-with-flows.html#phylosophy-of-flow-updates-retrieving","title":"Phylosophy of Flow
updates retrieving","text":"In most updates retrieving processes there are two components: UpdatesFiler and its inheritor FlowsUpdatesFilter. It is assumed, that you will do several things in your app to handle updates:
- Create your
UpdatesFilter
(for example, with flowsUpdatesFilter factory) - Set it up (in case of
flowsUpdatesFilter
you will set up updates handling in the lambda passed to this factory) - Provide updates to this filter with filter#asUpdateReceiver object
Let\u2019s look how it works with the factory above:
// Step 1 - create filter\nval filter = flowsUpdatesFilter {\n// Step 2 - set up handling. In this case we will print any message from group or user in console\nmessageFlow.onEach {\nprintln(it)\n}.launchIn(someCoroutineScope)\n}\n// Step 3 - passing updates to filter\nbot.getUpdates().forEach {\nfilter.asUpdatesReceiver(it)\n}\n
"},{"location":"tgbotapi/logic/updates-with-flows.html#long-polling","title":"Long polling","text":"Some example with long polling has been described above. But it is more useful to use some factories for it. In this page we will look for simple variant with TelegramBot#longPolling. So, with this function, your handling of updates will looks like:
val bot = telegramBot(\"TOKEN\")\nbot.longPolling {\nmessageFlow.onEach {\nprintln(it)\n}.launchIn(someCoroutineScope)\n}.join()\n
This example looks like the example above with three steps, but there are several important things here:
- You do not manage retrieving of updates by hands
.join()
will suspend your function \ud83d\ude0a longPolling
function returns Job
and you may use it to: cancel
working of long polling (just call job.cancel()
) join
and wait while the work of longPolling
will not be completed (it will works infinity if you will not cancel it anywhere) - FlowsUpdatesFilter has been created under the hood of
longPolling
function
"},{"location":"tgbotapi/logic/updates-with-flows.html#results-and-what-is-next","title":"Results and What is next?
","text":"As a result you can start listen updates and react on it. Next recommended articles:
- Behaviour Builder as a variant of asynchronous handling of your bot logic
- FSM variant of Behaviour Builder
"},{"location":"tgbotapi/updates/heroku.html","title":"Heroku","text":"Preview reading
It is recommended to visit our pages about UpdatesFilters and Webhooks to have more clear understanding about what is happening in this examples page
Heroku is a popular place for bots hosting. In common case you will need to configure webhooks for your server to include getting updates without problems. There are several things related to heroku you should know:
- Heroku apps by default accessible via
https://<app name>.herokuapp.com/
- Heroku provide one port to be proxied for the link above. You can retrieve number of this port by calling
System.getenv(\"PORT\").toInt()
- Currently (
Sat Aug 15 5:04:21 +00 2020
) there is only one official server engine for ktor which is correctly working with Heroku: Tomcat server engine
Server configuration alternatives
Here will be presented variants of configuration of webhooks and starting server. You always able to set webhook manualy, create your own ktor server and include webhooks handling in it or create and start server with only webhooks handling. More info you can get on page Webhooks
"},{"location":"tgbotapi/updates/heroku.html#short-example-with-behaviour-builder","title":"Short example with Behaviour Builder","text":"suspend fun main {\n// This subroute will be used as random webhook subroute to improve security according to the recommendations of Telegram\nval subroute = uuid4().toString()\n// Input/Output coroutines scope more info here: https://kotlinlang.org/docs/coroutines-guide.html\nval scope = CoroutineScope(Dispatchers.IO)\n// Here will be automatically created bot and available inside of lambda where you will setup your bot behaviour\ntelegramBotWithBehaviour(\n// Pass TOKEN inside of your application environment variables\nSystem.getenv(\"TOKEN\"),\nscope = scope\n) {\n// Set up webhooks and start to listen them\nsetWebhookInfoAndStartListenWebhooks(\n// Automatic env which will be passed by heroku to the app\nSystem.getenv(\"PORT\").toInt(),\n// Server engine. More info here: https://ktor.io/docs/engines.html\nTomcat,\n// Pass URL environment variable via settings of application. It must looks like https://<app name>.herokuapp.com\nSetWebhook(\"${System.getenv(\"URL\").removeSuffix(\"/\")}/$subroute\"),\n// Just callback which will be called when exceptions will happen inside of webhooks\n{\nit.printStackTrace()\n},\n// Set up listen requests from outside\n\"0.0.0.0\",\n// Set up subroute to listen webhooks to\nsubroute,\n// BehaviourContext is the CoroutineScope and it is recommended to pass it inside of webhooks server\nscope = this,\n// BehaviourContext is the FlowsUpdatesFilter and it is recommended to pass its asUpdateReceiver as a block to retrieve all the updates\nblock = asUpdateReceiver\n)\n// Test reaction on each command with reply and text `Got it`\nonUnhandledCommand {\nreply(it, \"Got it\")\n}\n}\n// Just potentially infinite await of bot completion\nscope.coroutineContext.job.join()\n}\n
"},{"location":"tgbotapi/updates/heroku.html#configuration-example-without-behaviour-builder","title":"Configuration example without Behaviour Builder","text":"// This subroute will be used as random webhook subroute to improve security according to the recommendations of Telegram\nval subroute = uuid4().toString()\nval bot = telegramBot(TOKEN)\nval scope = CoroutineScope(Dispatchers.Default)\nval filter = flowsUpdatesFilter {\nmessageFlow.onEach {\nprintln(it) // will be printed \n}.launchIn(scope)\n}\nval subroute = UUID.randomUUID().toString() // It will be used as subpath for security target as recommended by https://core.telegram.org/bots/api#setwebhook\nval server = bot.setWebhookInfoAndStartListenWebhooks(\n// Automatic env which will be passed by heroku to the app\nSystem.getenv(\"PORT\").toInt(),\n// Server engine. More info here: https://ktor.io/docs/engines.html\nTomcat,\n// Pass URL environment variable via settings of application. It must looks like https://<app name>.herokuapp.com\nSetWebhook(\"${System.getenv(\"URL\").removeSuffix(\"/\")}/$subroute\"),\n// Just callback which will be called when exceptions will happen inside of webhooks\n{\nit.printStackTrace()\n},\n// Set up listen requests from outside\n\"0.0.0.0\",\n// Set up subroute to listen webhooks to\nsubroute,\nscope = scope,\nblock = filter.asUpdateReceiver\n)\nserver.environment.connectors.forEach {\nprintln(it)\n}\nserver.start(false)\n
"},{"location":"tgbotapi/updates/long-polling.html","title":"Long polling","text":"Long polling is a technology of getting updates for cases you do not have some dedicated server or you have no opportunity to receive updates via webhooks. More about this you can read in wiki.
"},{"location":"tgbotapi/updates/long-polling.html#related-topics","title":"Related topics","text":" - Updates filters
"},{"location":"tgbotapi/updates/long-polling.html#long-polling-in-this-library","title":"Long polling in this library","text":"There are a lot of ways to include work with long polling:
RequestsExecutor#longPollingFlow
Is the base way to get all updates cold Flow. Remember, that this flow will not be launched automatically RequestsExecutor#startGettingOfUpdatesByLongPolling
Old and almost deprecated way RequestsExecutor#longPolling
Works like startGettingOfUpdatesByLongPolling
but shorted in a name :)
RequestsExecutor#createAccumulatedUpdatesRetrieverFlow
Works like longPollingFlow
, but flow inside will return only the updates accumulated at the moment of calls (all new updates will not be passed throw this flow) RequestsExecutor#retrieveAccumulatedUpdates
Use createAccumulatedUpdatesRetrieverFlow
to perform all accumulated updates RequestsExecutor#flushAccumulatedUpdates
Works like retrieveAccumulatedUpdates
but perform all updates directly in a place of calling
- By yourself with
GetUpdates
request or RequestsExecutor#getUpdates
extension
"},{"location":"tgbotapi/updates/long-polling.html#longpolling","title":"longPolling","text":"longPolling
is a simple way to start getting updates and work with bot:
val bot = telegramBot(token)\nbot.longPolling(\ntextMessages().subscribe(scope) { // here \"scope\" is a CoroutineScope\nprintln(it) // will be printed each update from chats with messages\n}\n)\n
"},{"location":"tgbotapi/updates/long-polling.html#startgettingofupdatesbylongpolling","title":"startGettingOfUpdatesByLongPolling","text":"The main aim of startGettingOfUpdatesByLongPolling
extension was to provide more simple way to get updates in automatic mode:
val bot = telegramBot(token)\nbot.startGettingOfUpdatesByLongPolling(\n{\nprintln(it) // will be printed each update from chats with messages\n}\n)\n
The other way is to use the most basic startGettingOfUpdatesByLongPolling
extension:
val bot = telegramBot(token)\nbot.startGettingOfUpdatesByLongPolling {\nprintln(it) // will be printed each update\n}\n
"},{"location":"tgbotapi/updates/long-polling.html#see-also","title":"See also","text":" - Webhooks
- Updates filters
"},{"location":"tgbotapi/updates/updates-filters.html","title":"Updates filters","text":"Due to the fact, that anyway you will get updates in one format (Update
objects), some time ago was solved to create one point of updates filters for more usefull way of updates handling
"},{"location":"tgbotapi/updates/updates-filters.html#updatesfilter","title":"UpdatesFilter","text":"UpdatesFilter
currently have two properties:
asUpdateReceiver
- required to represent this filter as common updates receiver which able to get any Update
allowedUpdates
- required to determine, which updates are usefull for this filter
Anyway, this filter can\u2019t work with updates by itself. For retrieving updates you should pass this filter to some of getting updates functions (long polling or webhooks).
"},{"location":"tgbotapi/updates/updates-filters.html#simpleupdatesfilter","title":"SimpleUpdatesFilter","text":"SimpleUpdatesFilter
is a simple variant of filters. It have a lot of UpdateReceiver
properties which can be set up on creating of this object. For example, if you wish to get messages from chats (but not from channels), you can use next snippet:
SimpleUpdatesFilter {\nprintln(it)\n}\n
"},{"location":"tgbotapi/updates/updates-filters.html#flowsupdatesfilter","title":"FlowsUpdatesFilter","text":"A little bit more modern way is to use FlowsUpdatesFilter
. It is very powerfull API of Kotlin Coroutines Flows, built-in support of additional extensions for FlowsUpdatesFilter
and Flow<...>
receivers and opportunity to split one filter for as much receivers as you want. Filter creating example:
val scope = CoroutineScope(Dispatchers.Default)\nflowsUpdatesFilter {\nmessageFlow.onEach {\nprintln(it)\n}.launchIn(scope)\n}\n
"},{"location":"tgbotapi/updates/updates-filters.html#combining-of-flows","title":"Combining of flows","text":"In cases you need not separate logic for handling of messages from channels and chats there are three ways to combine different flows into one:
- Standard
plus
operation and handling of different flows: flowsUpdatesFilter {\n(messageFlow + channelPostFlow).onEach {\nprintln(it) // will be printed each message update from channels and chats both\n}.launchIn(scope)\n}\n
- TelegramBotAPI library support function
aggregateFlows
: flowsUpdatesFilter {\naggregateFlows(\nscope,\nmessageFlow,\nchannelPostFlow\n).onEach {\nprintln(it) // will be printed each message update from channels and chats both\n}.launchIn(scope)\n}\n
FlowsUpdatesFilter
extensions: flowsUpdatesFilter {\nallSentMessagesFlow.onEach {\nprintln(it) // will be printed each message update from channels and chats both\n}.launchIn(scope)\n}\n
"},{"location":"tgbotapi/updates/updates-filters.html#types-filtering","title":"Types filtering","text":"FlowsUpdatesFilter
have a lot of extensions for messages types filtering:
flowsUpdatesFilter {\ntextMessages(scope).onEach {\nprintln(it) // will be printed each message from channels and chats both with content only `TextContent`\n}.launchIn(scope)\n}\n
The same things were created for media groups:
flowsUpdatesFilter {\nmediaGroupMessages(scope).onEach {\nprintln(it) // will be printed each media group messages list from both channels and chats without filtering of content\n}.launchIn(scope)\nmediaGroupPhotosMessages(scope).onEach {\nprintln(it) // will be printed each media group messages list from both channels and chats with PhotoContent only\n}.launchIn(scope)\nmediaGroupVideosMessages(scope).onEach {\nprintln(it) // will be printed each media group messages list from both channels and chats with VideoContent only\n}.launchIn(scope)\n}\n
Besides, there is an opportunity to avoid separation on media groups and common messages and receive photos and videos content in one flow:
flowsUpdatesFilter {\nsentMessagesWithMediaGroups(scope).onEach {\nprintln(it) // will be printed each message including each separated media group message from both channels and chats without filtering of content\n}.launchIn(scope)\nphotoMessagesWithMediaGroups(scope).onEach {\nprintln(it) // will be printed each message including each separated media group message from both channels and chats with PhotoContent only\n}.launchIn(scope)\nvideoMessagesWithMediaGroups(scope).onEach {\nprintln(it) // will be printed each message including each separated media group message from both channels and chats with VideoContent only\n}.launchIn(scope)\n}\n
"},{"location":"tgbotapi/updates/updates-filters.html#see-also","title":"See also","text":" - Long polling
- Webhooks
"},{"location":"tgbotapi/updates/webhooks.html","title":"Webhooks","text":"In telegram bot API there is an opportunity to get updates via webhooks. In this case you will be able to retrieve updates without making additional requests. Most of currently available methods for webhooks are working on ktor server for JVM. Currently, next ways are available for using for webhooks:
Route#includeWebhookHandlingInRoute
for ktor server Route#includeWebhookHandlingInRouteWithFlows
startListenWebhooks
RequestsExecutor#setWebhookInfoAndStartListenWebhooks
"},{"location":"tgbotapi/updates/webhooks.html#setwebhookinfoandstartlistenwebhooks","title":"setWebhookInfoAndStartListenWebhooks
","text":"It is the most common way to set updates webhooks and start listening of them. Example:
val bot = telegramBot(TOKEN)\nval filter = flowsUpdatesFilter {\n// ...\n}\nbot.setWebhookInfoAndStartListenWebhooks(\n8080, // listening port. It is required for cases when your server hidden by some proxy or other system like Heroku\nCIO, // default ktor server engine. It is recommended to replace it with something like `Netty`. More info about engines here: https://ktor.io/servers/configuration.html\nSetWebhook(\n\"address.com/webhook_route\",\nFile(\"/path/to/certificate\").toInputFile(), // certificate file. More info here: https://core.telegram.org/bots/webhooks#a-certificate-where-do-i-get-one-and-how\n40, // max allowed updates, by default is null\nfilter.allowedUpdates\n),\n{\nit.printStackTrace() // optional handling of exceptions\n},\n\"0.0.0.0\", // listening host which will be used to bind by server\n\"subroute\", // Optional subroute, if null - will listen root of address\nWebhookPrivateKeyConfig( // optional config of private key. It will be installed in server to use TLS with custom certificate. More info here: https://core.telegram.org/bots/webhooks#a-certificate-where-do-i-get-one-and-how\n\"/path/to/keystore.jks\",\n\"KeystorePassword\",\n\"Keystore key alias name\",\n\"KeystoreAliasPassword\"\n),\nscope, // Kotlin coroutine scope for internal transforming of media groups\nfilter.asUpdateReceiver\n)\n
If you will use previous example, ktor server will bind and listen url 0.0.0.0:8080/subroute
and telegram will send requests to address address.com/webhook_route
with custom certificate. Alternative variant will use the other SetWebhook
request variant:
SetWebhook(\n\"address.com/webhook_route\",\n\"some_file_bot_id\".toInputFile(),\n40, // max allowed updates, by default is null\nfilter.allowedUpdates\n)\n
As a result, request SetWebhook
will be executed and after this server will start its working and handling of updates.
"},{"location":"tgbotapi/updates/webhooks.html#startlistenwebhooks","title":"startListenWebhooks
","text":"This function is working almost exactly like previous example, but this one will not set up webhook info in telegram:
val filter = flowsUpdatesFilter {\n// ...\n}\nstartListenWebhooks(\n8080, // listening port. It is required for cases when your server hidden by some proxy or other system like Heroku\nCIO, // default ktor server engine. It is recommended to replace it with something like `Netty`. More info about engines here: https://ktor.io/servers/configuration.html\n{\nit.printStackTrace() // optional handling of exceptions\n},\n\"0.0.0.0\", // listening host which will be used to bind by server\n\"subroute\", // Optional subroute, if null - will listen root of address\nWebhookPrivateKeyConfig( // optional config of private key. It will be installed in server to use TLS with custom certificate. More info here: https://core.telegram.org/bots/webhooks#a-certificate-where-do-i-get-one-and-how\n\"/path/to/keystore.jks\",\n\"KeystorePassword\",\n\"Keystore key alias name\",\n\"KeystoreAliasPassword\"\n),\nscope, // Kotlin coroutine scope for internal transforming of media groups\nfilter.asUpdateReceiver\n)\n
The result will be the same as in previous example: server will start its working and handling of updates on 0.0.0.0:8080/subroute
. The difference here is that in case if this bot must not answer or send some requiests - it will not be necessary to create bot for receiving of updates.
"},{"location":"tgbotapi/updates/webhooks.html#extensions-includewebhookhandlinginroute-and-includewebhookhandlinginroutewithflows","title":"Extensions includeWebhookHandlingInRoute
and includeWebhookHandlingInRouteWithFlows
","text":"For these extensions you will need to start your server manualy. In common case it will look like:
val scope = CoroutineScope(Dispatchers.Default)\nval filter = flowsUpdatesFilter {\n// ...\n}\nval environment = applicationEngineEnvironment {\nmodule {\nrouting {\nincludeWebhookHandlingInRoute(\nscope,\n{\nit.printStackTrace()\n},\nfilter.asUpdateReceiver\n)\n}\n}\nconnector {\nhost = \"0.0.0.0\"\nport = 8080\n}\n}\nembeddedServer(CIO, environment).start(true) // will start server and wait its stoping\n
In the example above server will started and binded for listening on 0.0.0.0:8080
.
"},{"location":"tgbotapi/updates/webhooks.html#see-also","title":"See also","text":" - Updates filters
- Long polling
"}]}
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index c94b657..d34acd4 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,172 +2,172 @@
https://docs.inmo.dev/index.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/krontab/index.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/krontab/describing/krontabscheduler.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/krontab/describing/string-format.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/krontab/introduction/faq.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/krontab/introduction/how-to-use.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/krontab/introduction/including-in-project.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/kslog/index.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/kslog/logging.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/kslog/setup.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/micro_utils/index.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/index.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/faq.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/dsls/keyboards.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/dsls/live-location.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/dsls/text.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/guides/keyboards.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/introduction/before-any-bot-project.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/introduction/first-bot.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/introduction/including-in-your-project.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/introduction/proxy-setup.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/logic/api-extensions.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/logic/behaviour-builder-with-fsm.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/logic/behaviour-builder.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/logic/exceptions-handling.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/logic/files-handling.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/logic/low-level-work-with-bots.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/logic/media-groups.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/logic/types-conversations.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/logic/updates-with-flows.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/updates/heroku.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/updates/long-polling.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/updates/updates-filters.html
- 2023-06-19
+ 2023-06-20
daily
https://docs.inmo.dev/tgbotapi/updates/webhooks.html
- 2023-06-19
+ 2023-06-20
daily
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 4284ab2..de77f9e 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ