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
{{ message }}
This repository was archived by the owner on Apr 29, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
Add the ability to directly send a message to a user and allow the Private Room to be fetched by the Client. The only exception being the client itself, since a dm room with itself is forbidden.
Describe the solution you'd like
Adding a new send() method to the User class and implement the functionality to return the dm-room using get_dm_room()
Is your feature request related to a problem? Please describe.
Add the ability to directly send a message to a user and allow the Private Room to be fetched by the Client. The only exception being the client itself, since a dm room with itself is forbidden.
Describe the solution you'd like
Adding a new
send()
method to theUser
class and implement the functionality to return the dm-room usingget_dm_room()
Describe alternatives you've considered
None.
Additional context
The text was updated successfully, but these errors were encountered: