Packages

o

wechaty.puppet.schemas.Message

WechatMessageType

object WechatMessageType extends Enumeration

Wechat Server Message Type Value (to be confirmed) Huan(202001): The Windows(PC) DLL match the following numbers.

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WechatMessageType
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Type = Value
  2. class Val extends Value with Serializable
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

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 App: Type
  5. val Emoticon: Type
  6. val File: Type
  7. val GroupInvite: Type
  8. val Image: Type
  9. val Location: Type
  10. val MicroVideo: Type
  11. val MiniProgram: Type
  12. val PossibleFriendMsg: Type
  13. val Recalled: Type
  14. val RedEnvelope: Type
  15. val ShareCard: Type
  16. val StatusNotify: Type
  17. val Sys: Type
  18. val SysNotice: Type
  19. val Text: Type
  20. val Transfer: Type
  21. final def Value(i: Int, name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  22. final def Value(name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  23. final def Value(i: Int): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  24. final def Value: Value
    Attributes
    protected
    Definition Classes
    Enumeration
  25. val VerifyMsg: Type
  26. val Video: Type
  27. val Voice: Type
  28. val VoipInvite: Type
  29. val VoipMsg: Type
  30. val VoipNotify: Type
  31. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def maxId: Int
    Definition Classes
    Enumeration
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  43. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  49. def values: ValueSet
    Definition Classes
    Enumeration
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def withName(s: String): Value
    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped