libtd-ktx / kotlinx.telegram.core
Package kotlinx.telegram.core
Contains core elements of the library to communicate with Telegram API.
Types
ResultHandlerChannelFlow | Class that converts results handler from TdApi client to Flow of the TdApi.Object using ConflatedBroadcastChannelclass ResultHandlerChannelFlow : ResultHandlerFlow |
TelegramFlow | Main class to interact with Telegram API clientclass TelegramFlow : Flow< Object >, Closeable |
Exceptions
TelegramException | sealed class TelegramException : Throwable |