Method: MatrixSdk::User#direct_room
- Defined in:
- lib/matrix_sdk/user.rb
#direct_room ⇒ Room?
Gets a direct message room with the user if one exists
151 152 153 |
# File 'lib/matrix_sdk/user.rb', line 151 def direct_room client.direct_room(id) end |