(content []MediaContent)
| 279 | } |
| 280 | |
| 281 | func (m *Message) SetMediaContent(content []MediaContent) { |
| 282 | m.Content = content |
| 283 | m.parsedContent = content |
| 284 | } |
| 285 | |
| 286 | func (m *Message) IsStringContent() bool { |
| 287 | _, ok := m.Content.(string) |
no outgoing calls
no test coverage detected