class
InterfaceController
Source: util/
Interface Controller
new InterfaceController()
Methods
async
closeRightDrawer()
Closes the Right Drawer
async
openChatDrawer(chatId)
Opens the Chat Drawer
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
chatId |
string |
|
ID of the chat drawer that will be opened |
async
openChatWindow(chatId)
Opens the Chat Window
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
chatId |
string |
|
ID of the chat window that will be opened |
async
openMessageDrawer(msgId)
Opens the Message Drawer
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
msgId |
string |
|
ID of the message drawer that will be opened |