kient / MiscAPI
Class: MiscAPI
Description placeholder
Extends
APIBase
Constructors
new MiscAPI()
ts
new MiscAPI(kient): MiscAPI
Parameters
Parameter | Type |
---|---|
kient | Kient |
Returns
Inherited from
ts
APIBase.constructor
Properties
Property | Modifier | Type | Inherited from | Defined in |
---|---|---|---|---|
kient | readonly | Kient | APIBase.kient | src/api/api-base.ts:5 |
Methods
getPublicKey()
ts
getPublicKey(): Promise<string>
Returns Kick's current public key
Returns
Promise
<string
>