(content string)
| 274 | } |
| 275 | |
| 276 | func (m *Message) SetStringContent(content string) { |
| 277 | m.Content = content |
| 278 | m.parsedContent = nil |
| 279 | } |
| 280 | |
| 281 | func (m *Message) SetMediaContent(content []MediaContent) { |
| 282 | m.Content = content |
no outgoing calls
no test coverage detected