mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: get_forward_msg
API
This commit is contained in:
parent
8a268c3968
commit
c849b9bea2
@ -16,8 +16,8 @@ interface Response {
|
||||
export class GetForwardMsg extends BaseAction<Payload, Response> {
|
||||
actionName = ActionName.GoCQHTTP_GetForwardMsg
|
||||
payloadSchema = Schema.object({
|
||||
message_id: String,
|
||||
id: String
|
||||
message_id: Schema.string(),
|
||||
id: Schema.string()
|
||||
})
|
||||
|
||||
protected async _handle(payload: Payload) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user