Packages

package high

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. high
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Api[F[_]] extends AnyRef
  2. class BotApi[F[_]] extends Api[F]
  3. sealed trait BotApiError extends Throwable with Product with Serializable
  4. final case class FailedRequest[A](method: Method[A], errorCode: Option[Int], description: Option[String]) extends Throwable with BotApiError with Product with Serializable
  5. abstract class LongPollBot[F[_]] extends Methods
  6. final case class ResponseDecodingError(message: String, cause: Option[Throwable]) extends Throwable with Product with Serializable
  7. abstract class WebhookBot[F[_]] extends Methods

Value Members

  1. object BotApi
  2. object LongPollBot
  3. object Methods extends Methods
  4. object ResponseDecodingError extends Serializable
  5. object WebhookBot
  6. object implicits

Inherited from AnyRef

Inherited from Any

Ungrouped