Packages

trait Expects extends AnyRef

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val animation: Expect[Animation]

    Partial function which matches only animation messages and returns contained animation

  5. val animationMessage: Expect[AnimationMessage]

    Partial function which matches only animation messages

  6. val any: Expect[TelegramMessage]

    Partial function which matches any incoming messages

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val audio: Expect[Audio]

    Partial function which matches only audio messages and returns contained audio

  9. val audioMessage: Expect[AudioMessage]

    Partial function which matches only audio messages

  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def command(name: String): Expect[TextMessage]

    Partial function which matches only text messages starting with a command with provided name

  12. val contact: Expect[Contact]

    Partial function which matches only contact messages and returns contained contact

  13. val contactMessage: Expect[ContactMessage]

    Partial function which matches only contact messages

  14. val document: Expect[Document]

    Partial function which matches only document messages and returns contained document

  15. val documentMessage: Expect[DocumentMessage]

    Partial function which matches only document messages

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val game: Expect[Game]

    Partial function which matches only game messages and returns contained game

  20. val gameMessage: Expect[GameMessage]

    Partial function which matches only game messages

  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val location: Expect[Location]

    Partial function which matches only location messages and returns contained location

  25. val locationMessage: Expect[LocationMessage]

    Partial function which matches only location messages

  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val photo: Expect[PhotoSize]

    Partial function which matches only photo messages and returns contained photo

  30. val photoMessage: Expect[PhotoMessage]

    Partial function which matches only photo messages

  31. val poll: Expect[Poll]

    Partial function which matches only poll messages and returns contained poll

  32. val pollMessage: Expect[PollMessage]

    Partial function which matches only poll messages

  33. val sticker: Expect[Sticker]

    Partial function which matches only sticker messages and returns contained sticker

  34. val stickerMessage: Expect[StickerMessage]

    Partial function which matches only sticker messages

  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val text: Expect[String]

    Partial function which matches only text messages and returns contained text

  37. val textMessage: Expect[TextMessage]

    Partial function which matches only text messages

  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. val venue: Expect[Venue]

    Partial function which matches only venue messages and returns contained venue

  40. val venueMessage: Expect[VenueMessage]

    Partial function which matches only venue messages

  41. val video: Expect[Video]

    Partial function which matches only video messages and returns contained video

  42. val videoMessage: Expect[VideoMessage]

    Partial function which matches only video messages

  43. val videoNote: Expect[VideoNote]

    Partial function which matches only video note messages and returns contained video note

  44. val videoNoteMessage: Expect[VideoNoteMessage]

    Partial function which matches only video note messages

  45. val voice: Expect[Voice]

    Partial function which matches only voice messages and returns contained voice

  46. val voiceMessage: Expect[VoiceMessage]

    Partial function which matches only voice messages

  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped