UNPKG
@tbea_npm/sdk
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.2
WorkPlusFE JavaScript SDK.
@tbea_npm/sdk
/
app
/
showAppChatViewById.d.ts
10 lines
(9 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ShowAppChatView
}
from
'../types/contact'
;
/** * 通过应用id和orgId的,打开改组织下某个应用聊天界面 * *
@export
*
@param
{
ShowAppChatView
} [options] *
@returns
{
void
} */
export
default
function
showAppChatViewById
(
options: ShowAppChatView
):
void
;