feat: Interface controls (#220)

- Open chat drawer
- Open chat window
- Open message info drawer
- Close drawer
This commit is contained in:
Aliyss Snow
2020-06-01 00:14:21 +02:00
committed by GitHub
parent a7ca628775
commit 47011a32a5
3 changed files with 61 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ class Chat extends Base {
return true;
}, this.id._serialized);
}
/**
* Stops typing or recording in chat immediately.
*/