mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: buttonText should be optional
This commit is contained in:
@@ -66,7 +66,7 @@ type Listable = {
|
||||
title?: string
|
||||
|
||||
/** Text of the bnutton on the list (required) */
|
||||
buttonText: string
|
||||
buttonText?: string
|
||||
}
|
||||
type WithDimensions = {
|
||||
width?: number
|
||||
|
||||
Reference in New Issue
Block a user