Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 501 Bytes

File metadata and controls

25 lines (20 loc) · 501 Bytes
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 = "8c0a1a67-50ce-4114-bb6c-da9c5dbcf6ca"
			displayName = "John Doe"
		}
	}
	body = @{
		contentType = "html"
		content = "Hello World"
	}
}

New-MgTeamChannelMessageReply -TeamId $teamId -ChannelId $channelId -ChatMessageId $chatMessageId -BodyParameter $params