docs/InterfaceController.html
checkFeatureStatus(feature)closeRightDrawer()disableFeatures(features)enableFeatures(features)
getFeatures()openChatDrawer(chatId)openChatSearch(chatId)openChatWindow(chatId)
openChatWindowAt(msgId)openMessageDrawer(msgId)
async
Check if Feature is enabled
| Name | Type | Optional | Description |
|---|---|---|---|
feature
|
string
|
|
status to check
|
async
Closes the Right Drawer
async
Disable Features
| Name | Type | Optional | Description |
|---|---|---|---|
features
|
Array of string
|
|
to be disabled
|
async
Enable Features
| Name | Type | Optional | Description |
|---|---|---|---|
features
|
Array of string
|
|
to be enabled
|
async
Get all Features
async
Opens the Chat Drawer
| Name | Type | Optional | Description |
|---|---|---|---|
chatId
|
string
|
|
ID of the chat drawer that will be opened
|
async
Opens the Chat Search
| Name | Type | Optional | Description |
|---|---|---|---|
chatId
|
string
|
|
ID of the chat search that will be opened
|
async
Opens the Chat Window
| Name | Type | Optional | Description |
|---|---|---|---|
chatId
|
string
|
|
ID of the chat window that will be opened
|
async
Opens or Scrolls the Chat Window to the position of the message
| Name | Type | Optional | Description |
|---|---|---|---|
msgId
|
string
|
|
ID of the message that will be scrolled to
|
async
Opens the Message Drawer
| Name | Type | Optional | Description |
|---|---|---|---|
msgId
|
string
|
|
ID of the message drawer that will be opened
|