trait Expects extends AnyRef
- Alphabetic
- By Inheritance
- Expects
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val animation: Expect[Animation]
Partial function which matches only animation messages and returns contained animation
- val animationMessage: Expect[AnimationMessage]
Partial function which matches only animation messages
- val any: Expect[TelegramMessage]
Partial function which matches any incoming messages
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val audio: Expect[Audio]
Partial function which matches only audio messages and returns contained audio
- val audioMessage: Expect[AudioMessage]
Partial function which matches only audio messages
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def command(name: String): Expect[TextMessage]
Partial function which matches only text messages starting with a command with provided name
- val contact: Expect[Contact]
Partial function which matches only contact messages and returns contained contact
- val contactMessage: Expect[ContactMessage]
Partial function which matches only contact messages
- val document: Expect[Document]
Partial function which matches only document messages and returns contained document
- val documentMessage: Expect[DocumentMessage]
Partial function which matches only document messages
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val game: Expect[Game]
Partial function which matches only game messages and returns contained game
- val gameMessage: Expect[GameMessage]
Partial function which matches only game messages
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val location: Expect[Location]
Partial function which matches only location messages and returns contained location
- val locationMessage: Expect[LocationMessage]
Partial function which matches only location messages
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val photo: Expect[PhotoSize]
Partial function which matches only photo messages and returns contained photo
- val photoMessage: Expect[PhotoMessage]
Partial function which matches only photo messages
- val poll: Expect[Poll]
Partial function which matches only poll messages and returns contained poll
- val pollMessage: Expect[PollMessage]
Partial function which matches only poll messages
- val sticker: Expect[Sticker]
Partial function which matches only sticker messages and returns contained sticker
- val stickerMessage: Expect[StickerMessage]
Partial function which matches only sticker messages
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val text: Expect[String]
Partial function which matches only text messages and returns contained text
- val textMessage: Expect[TextMessage]
Partial function which matches only text messages
- def toString(): String
- Definition Classes
- AnyRef → Any
- val venue: Expect[Venue]
Partial function which matches only venue messages and returns contained venue
- val venueMessage: Expect[VenueMessage]
Partial function which matches only venue messages
- val video: Expect[Video]
Partial function which matches only video messages and returns contained video
- val videoMessage: Expect[VideoMessage]
Partial function which matches only video messages
- val videoNote: Expect[VideoNote]
Partial function which matches only video note messages and returns contained video note
- val videoNoteMessage: Expect[VideoNoteMessage]
Partial function which matches only video note messages
- val voice: Expect[Voice]
Partial function which matches only voice messages and returns contained voice
- val voiceMessage: Expect[VoiceMessage]
Partial function which matches only voice messages
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()