UNPKG
kick-sdk
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
NodeJS lightweight SDK for Kick.com API.
github.com/Eschiclers/kick-sdk
Eschiclers/kick-sdk
kick-sdk
/
dist
/
types
/
chat
/
interfaces
/
response
/
apiResponseSendChatMessage.d.ts
5 lines
(4 loc)
•
95 B
TypeScript
View Raw
1
2
3
4
5
export
interface
IApiResponseSendChatMessage
{
is_sent
:
boolean
;
message_id
:
number
; }