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
/
structures
/
Base.d.ts
9 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
Client
from
'../client/Client'
;
export
default
abstract
class
Base
{
readonly
client
:
Client
;
readonly
id
:
string
;
constructor
(
client
:
Client
,
id
:
string
);
_clone
():
any
;
abstract
_patch
(
data
:
any
):
this
; }
//# sourceMappingURL=Base.d.ts.map