Part of lp.services.messages.interfaces.webservice View In Hierarchy
Known subclasses: lp.answers.interfaces.webservice.IQuestionMessage, lp.bugs.interfaces.bugmessage.IBugComment
This is like an email (RFC822) message, though it could be created through the web as well.
| Int | id | Undocumented |
| Text | content | Undocumented |
| TextLine | rfc822msgid | Undocumented |
| Attribute | chunks | Message pieces |
| TextLine | title | Undocumented |
| Bool | visible | Undocumented |
| Method | __iter__ | Iterate over all the message chunks. |
| Method | getAPIParent | Return None because messages are not threaded over the API. |