package high
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- high
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Api[F[_]] extends AnyRef
- class BotApi[F[_]] extends Api[F]
- sealed trait BotApiError extends Throwable with Product with Serializable
- final case class FailedRequest[A](method: Method[A], errorCode: Option[Int], description: Option[String]) extends Throwable with BotApiError with Product with Serializable
- abstract class LongPollBot[F[_]] extends Methods
- abstract class WebhookBot[F[_]] extends Methods
Value Members
- object BotApi
- object DefaultBlocker
- object LongPollBot
- object Methods extends Methods
- object implicits