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
/
typings
/
websocket
/
Websocket.d.ts
11 lines
•
300 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
type
{
Client
}
from
'..'
;
export
default
class
WS
{
client
:
Client
;
private
faye?;
constructor
(
client
:
Client
);
init
:
() =>
Promise
<
void
>;
subscribeToGroup
(
id
:
string
):
Promise
<
void
>;
close
():
Promise
<
void
>;
debug
():
void
; }
//# sourceMappingURL=Websocket.d.ts.map