fix: get_forward_msg API

This commit is contained in:
idranme 2024-09-21 23:28:27 +08:00
parent 8a268c3968
commit c849b9bea2
No known key found for this signature in database
GPG Key ID: 926F7B5B668E495F

View File

@ -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) {