Skip to content

Commit

Permalink
fix(qq): fix markdown types
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp authored Dec 27, 2023
1 parent 69cf597 commit 9b06402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/qq/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export namespace Message {
}
export interface Markdown {
/** markdown 模板 id */
custom_template_id?: number
custom_template_id?: string
/** markdown 模板模板参数 */
params?: MarkdownParams
/** 原生 markdown 内容,与 template_id 和 params 参数互斥,参数都传值将报错。 */
Expand Down

0 comments on commit 9b06402

Please sign in to comment.