Constructor
new Footer(text)
- Source:
Properties:
Name | Type | Description |
---|---|---|
text |
String | The text of the body |
Builds a footer component for an Interactive message
Parameters:
Name | Type | Description |
---|---|---|
text |
String | Text of the footer. Maximum length: 60 characters. |
Throws:
-
-
If text is not provided
- Type
- Error
-
-
-
If text is over 60 characters
- Type
- Error
-