Skip to main content

API WAProto (Yebail Reference)

WAProto documentation is split into one page per item for faster navigation and search, similar to modern API reference docs.

Official Yebail Sources

How to Read WAProto API

WAProto contains protobuf data structures for WhatsApp payloads. WAProto classes generally follow patterns such as:

  • create(data)
  • encode(message).finish()
  • decode(buffer)
  • fromObject(obj)
  • toObject(message)
  • toJSON()

Summary

  • Total interfaces: 189
  • Total classes: 189
  • Total enums: 13

Dedicated Page Structure

  • WAProto Interfaces: see api-waproto-interfaces category
  • WAProto Classes: see api-waproto-classes category
  • WAProto Enums: see api-waproto-enums category

Each item has its own page with summary, type, and usage notes for clearer documentation.