8000 GitHub - naijun0403/kakao-react: kakao react
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

naijun0403/kakao-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kakao-react

카카오톡 반응 리엑션 모듈

오픈소스 라이선스

example

const { ReactClient, ReactionType } = require('kakao-react');

const client = ReactClient.create({
    accessToken: '',
    deviceUUID: ''
});

client.react(channelId, logId, ReactionType.HEART, linkId); // linkId는 오픈채팅일 경우에만 넣습니다.

client.sync(channelId, startLogId, endLogId);

client.member(channelId, logId);

About

kakao react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0