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
- GitHub: https://github.com/yemo-dev/yebail
- Yebail documentation (overview): https://yemo-dev.github.io/yebail-wiki/docs/intro
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-interfacescategory - WAProto Classes: see
api-waproto-classescategory - WAProto Enums: see
api-waproto-enumscategory
Each item has its own page with summary, type, and usage notes for clearer documentation.