mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Typo Fix (#1577)
This commit is contained in:
committed by
GitHub
parent
3ac5eafc63
commit
72aa8f9ea7
@@ -468,7 +468,7 @@ const buttons = [
|
|||||||
const buttonMessage = {
|
const buttonMessage = {
|
||||||
image: {url: 'https://example.com/image.jpeg'},
|
image: {url: 'https://example.com/image.jpeg'},
|
||||||
caption: "Hi it's button message",
|
caption: "Hi it's button message",
|
||||||
footerText: 'Hello World',
|
footer: 'Hello World',
|
||||||
buttons: buttons,
|
buttons: buttons,
|
||||||
headerType: 4
|
headerType: 4
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user