(content string)
| 507 | } |
| 508 | |
| 509 | func (m *Message) SetStringContent(content string) { |
| 510 | m.Content = content |
| 511 | m.parsedContent = nil |
| 512 | } |
| 513 | |
| 514 | func (m *Message) SetMediaContent(content []MediaContent) { |
| 515 | m.Content = content |
no outgoing calls
no test coverage detected