| 1 | # MSTeams |
| 2 | |
| 3 | - Status: ??? |
| 4 | - Maintainers: ??? |
| 5 | - Features: |
| 6 | - edits: no |
| 7 | - attachments: no |
| 8 | |
| 9 | ## Configuration |
| 10 | |
| 11 | **Basic configuration example:** |
| 12 | |
| 13 | ```toml |
| 14 | [msteams.teams] |
| 15 | RemoteNickFormat="[{PROTOCOL}] <{NICK}> " |
| 16 | TenantID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" |
| 17 | ClientID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" |
| 18 | TeamID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" |
| 19 | ``` |
| 20 | |
| 21 | ## FAQ |
| 22 | |
| 23 | ### How to get the TenantID, ClientID, and TeamID? |
| 24 | |
| 25 | See [account.md](account.md). |
| 26 | |
| 27 | ### How to send HTML/codeblock/emoji to MSTeams? |
| 28 | |
| 29 | That's not possible due to Microsoft API limitations. |
| 30 | |
| 31 | They will not be rendered properly, sorry. |
| 32 | |
| 33 | ### Why is feature X not supported? |
| 34 | |
| 35 | Not supported by Microsoft API, sorry. |
| 36 | |
| 37 | ### How to receive messages with attachments and images |
| 38 | |
| 39 | Not supported by Microsoft API (TODO: is that still the case?) |
| 40 | |