()
| 530 | } |
| 531 | |
| 532 | func (msg *PrivateMessage) ToString() string { |
| 533 | return ToReadableString(msg.Elements) |
| 534 | } |
| 535 | |
| 536 | func (msg *PrivateMessage) GetElements() []IMessageElement { |
| 537 | return msg.Elements |
nothing calls this directly
no test coverage detected