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/leave
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 MatrixLeaveRoomRequestDTO.
MatrixLeaveRoomRequestDTO
The response DTO is MatrixLeaveRoomResponseDTO.
MatrixLeaveRoomResponseDTO
The text was updated successfully, but these errors were encountered:
Added initial controller route for #10
412f344
Added DTOs for heusalagroup/hghs#10
9cd6058
No branches or pull requests
POST /_matrix/client/r0/rooms/:ROOM_ID/leave
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
MatrixLeaveRoomRequestDTO
.The response DTO is
MatrixLeaveRoomResponseDTO
.See also
The text was updated successfully, but these errors were encountered: