mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: error in type
This commit is contained in:
@@ -101,7 +101,7 @@ export type AnyMediaMessageContent = (
|
|||||||
mimetype: string
|
mimetype: string
|
||||||
fileName?: string
|
fileName?: string
|
||||||
} & Buttonable & Templatable))
|
} & Buttonable & Templatable))
|
||||||
| { mimetype?: string }
|
& { mimetype?: string }
|
||||||
|
|
||||||
export type ButtonReplyInfo = {
|
export type ButtonReplyInfo = {
|
||||||
displayText: string
|
displayText: string
|
||||||
|
|||||||
Reference in New Issue
Block a user