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