final class MethodSyntax[A] extends AnyVal
Syntax enhancement for using Telegram methods.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MethodSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MethodSyntax(a: A)
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 call[F[_], R](implicit client: TelegramClient[F], method: Method[A, R]): F[R]
Sends the method to the Telegram service.
Sends the method to the Telegram service. It allows to execute Telegram methods having
TelegramClientin implicit scope. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any