Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 310 Bytes

File metadata and controls

22 lines (17 loc) · 310 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Teams

$params = @{
	messageIds = @(
	"1728088338580"
)
replyMessage = @{
	body = @{
		content = "Hello World"
	}
}
}

Invoke-MgBetaGraphChatMessage -ChatId $chatId -BodyParameter $params