mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
feat: get_rkey
This commit is contained in:
@@ -10,8 +10,8 @@ const SchemaData = {
|
||||
|
||||
type Payload = FromSchema<typeof SchemaData>;
|
||||
|
||||
export class GetUserStatus extends BaseAction<Payload, Array<any>> {
|
||||
actionName = ActionName.GetUserStatus;
|
||||
export class GetRkey extends BaseAction<Payload, Array<any>> {
|
||||
actionName = ActionName.GetRkey;
|
||||
payloadSchema = SchemaData;
|
||||
|
||||
async _handle(payload: Payload) {
|
||||
|
||||
Reference in New Issue
Block a user