| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Teams
$params = @{
body = @{
content = "Hello World"
}
}
New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Teams
$params = @{
body = @{
content = "Hello World"
}
}
New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params