PSMatrix/PSMatrixTypes.ps1xml
James 6ad851f54b
add Get-MatrixRoomMessages (#3)
* add `Get-MatrixRoomMessages`

* Add custom MatrixMessage type

* update README with examples
2022-04-05 15:57:39 +01:00

31 lines
715 B
XML

<Types>
<Type>
<Name>MatrixMessage</Name>
<Members>
<NoteProperty>
<Name>EventID</Name>
<Value>EventID</Value>
</NoteProperty>
<NoteProperty>
<Name>Sender</Name>
<Value>Sender</Value>
</NoteProperty>
<NoteProperty>
<Name>Body</Name>
<Value>Body</Value>
</NoteProperty>
<NoteProperty>
<Name>Format</Name>
<Value>Format</Value>
</NoteProperty>
<NoteProperty>
<Name>FormattedBody</Name>
<Value>FormattedBody</Value>
</NoteProperty>
<NoteProperty>
<Name>MsgType</Name>
<Value>MsgType</Value>
</NoteProperty>
</Members>
</Type>
</Types>