| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Teams
$params = @{
createdDateTime = [System.DateTime]::Parse("2019-02-04T19:58:15.511Z")
from = @{
user = @{
id = "id-value"
displayName = "Joh Doe"
userIdentityType = "aadUser"
}
}
body = @{
contentType = "html"
content = "Hello World"
}
}
New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params