You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PUT /_matrix/client/v3/rooms/:ROOM_ID/send/:EVENT_NAME/:TNX_ID
Note! Current client uses old deprecated end point POST /_matrix/client/r0/rooms/:ROOM_ID/send/:EVENT_NAME. Refactor SimpleMatrixClient at fi.hg.matrix to use newer API.
PUT /_matrix/client/v3/rooms/:ROOM_ID/send/:EVENT_NAME/:TNX_ID
Note! Current client uses old deprecated end point
POST /_matrix/client/r0/rooms/:ROOM_ID/send/:EVENT_NAME
. RefactorSimpleMatrixClient
at fi.hg.matrix to use newer API.The request DTO is
MatrixTextMessageDTO
.The response DTO is
SendEventToRoomWithTnxIdResponseDTO
.See also
The text was updated successfully, but these errors were encountered: