final class PreCheckoutQueryAPI extends AnyVal
Telegram API for the pre checkout query. Offers a convenient access to the related Telegram methods.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PreCheckoutQueryAPI
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PreCheckoutQueryAPI(query: PreCheckoutQuery)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def confirm[F[_]](implicit arg0: TelegramClient[F]): F[Boolean]
Signals that the bot is ready to proceed with the order.
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def reject[F[_]](message: String)(implicit arg0: TelegramClient[F]): F[Boolean]
Signals that there's a problem with this order.
Signals that there's a problem with this order.
- message
Human readable form that explains the reason for failure
- def toString(): String
- Definition Classes
- Any