Package

com.bot4s.telegram

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. trait BotBase[F[_]] extends AnyRef

    Permalink

    Skeleton for Telegram bots.

  2. trait ChatActions[F[_]] extends AnyRef

    Permalink

    Provides handy chat actions shortcuts.

  3. abstract class RequestHandler[F[_]] extends StrictLogging

    Permalink
  4. case class TelegramApiException(message: String, errorCode: Int, cause: Option[Throwable] = None, parameters: Option[ResponseParameters] = None) extends RuntimeException with Product with Serializable

    Permalink

    Telegram API errors, e.g.

    Telegram API errors, e.g. when response.ok is false. Does not wrap exceptions related to de/serialization, network errors...

Value Members

  1. package declarative

    Permalink

Ungrouped