()
| 1472 | } |
| 1473 | |
| 1474 | func (x *Webhook) GetDirectMessage() bool { |
| 1475 | if x != nil { |
| 1476 | return x.DirectMessage |
| 1477 | } |
| 1478 | return false |
| 1479 | } |
| 1480 | |
| 1481 | func (x *Webhook) GetNotificationTypes() []Activity_Type { |
| 1482 | if x != nil { |
no outgoing calls
no test coverage detected