UNPKG
node-groupme
Version:
latest (4.1.0)
4.1.0
4.0.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
0.0.3
0.0.2
0.0.1
The only GroupMe API library that isn't a million years old.
groupme.js.org
groupme-js/node-groupme
node-groupme
/
src
/
websocket
/
handlers
/
like.create.ts
6 lines
(4 loc)
•
115 B
text/typescript
View Raw
1
2
3
4
5
6
import
type
{
Client
}
from
'../..'
export
async
function
likeCreate
(
client
:
Client
,
message
:
any
) {
return
}