Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 389 Bytes

File metadata and controls

25 lines (20 loc) · 389 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Teams

$params = @{
	targetChatIds = @(
	"19:e2ed97baac8e4bffbb91299a38996790@thread.v2"
)
messageIds = @(
"1728088338580"
)
additionalMessage = @{
body = @{
	content = "Hello World"
}
}
}

Invoke-MgBetaForwardChatMessageToChat -ChatId $chatId -BodyParameter $params