Part of lp.answers.interfaces.webservice View In Hierarchy
It adds attributes to the IMessage interface.
Int | index | The messages 0-index in the question's list of messages. |
Inherited from IMessage:
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. |