type property
String
get
type
Message type identifier.
This type categorizes the content payload (e.g., text, image, command) and
is used to determine how to parse the message-specific fields (text, command, etc.).
Generated via i2s() (integer to string) function (e.g., 0 → "0").
Implementation
String get type;