| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Teams
$params = @{
body = @{
contentType = "html"
content = "<emoji alt="😶🌫️"></emoji>"
}
}
New-MgChatMessage -ChatId $chatId -BodyParameter $params
| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Teams
$params = @{
body = @{
contentType = "html"
content = "<emoji alt="😶🌫️"></emoji>"
}
}
New-MgChatMessage -ChatId $chatId -BodyParameter $params