We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POST /_matrix/client/r0/rooms/:ROOM_ID/invite
Should be updated to use newer version. However, remember to refactor our SimpleMatrixClient to use it also at fi.hg.matrix.
The request DTO is MatrixInviteToRoomRequestDTO.
MatrixInviteToRoomRequestDTO
The response DTO is MatrixInviteToRoomResponseDTO.
MatrixInviteToRoomResponseDTO
The text was updated successfully, but these errors were encountered:
Added initial controller route for #11
28e2696
Added DTOs for heusalagroup/hghs#11
1162281
Initial DTOs added for #11
48061c0
No branches or pull requests
POST /_matrix/client/r0/rooms/:ROOM_ID/invite
Should be updated to use newer version. However, remember to refactor our SimpleMatrixClient to use it also at fi.hg.matrix.
The request DTO is
MatrixInviteToRoomRequestDTO
.The response DTO is
MatrixInviteToRoomResponseDTO
.See also
The text was updated successfully, but these errors were encountered: