mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
import {GetFileBase} from "./GetFile";
|
|
import {ActionName} from "./types";
|
|
|
|
|
|
export default class GetImage extends GetFileBase {
|
|
actionName = ActionName.GetImage
|
|
} |