WebhookSectionFact is the API message for Teams webhook section fact.
| 58 | |
| 59 | // WebhookSectionFact is the API message for Teams webhook section fact. |
| 60 | type WebhookSectionFact struct { |
| 61 | Name string `json:"name"` |
| 62 | Value string `json:"value"` |
| 63 | } |
| 64 | |
| 65 | // WebhookSection is the API message for Teams webhook section. |
| 66 | type WebhookSection struct { |