UNPKG
soop-chat-client
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.1-a
1.0.0
SOOP Live Chat Client
github.com/wei756/soop-chat-client
wei756/soop-chat-client
soop-chat-client
/
dist
/
SoopApi.d.ts
4 lines
(3 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
import
{
SignatureEmoteResponse
,
StreamInfo
}
from
'SoopApiTypes'
;
export
declare
const
getPlayerLiveInfo
:
(
userId
:
string
) =>
Promise
<
StreamInfo
>;
export
declare
const
getChannelEmotes
:
(
userId
:
string
) =>
Promise
<
SignatureEmoteResponse
>;