final class ShippingQueryAPI extends AnyVal
Telegram API for the shipping query. Offers a convenient access to the related Telegram methods.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShippingQueryAPI
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ShippingQueryAPI(query: ShippingQuery)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def abort[F[_]](message: String)(implicit arg0: TelegramClient[F]): F[Boolean]
Signals that it's impossible to complete the order.
Signals that it's impossible to complete the order.
- message
Human readable description of the problem
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def proceed[F[_]](options: List[ShippingOption])(implicit arg0: TelegramClient[F]): F[Boolean]
Signals that the delivery to the specified address is possible and presents available shipping options.
- def toString(): String
- Definition Classes
- Any