An Object which contains all the information for the footer.
theme: SoftUI({ footer: { replaceDefault: Boolean, text: String, }, });
theme: SoftUI({ footer: { replaceDefault: true, text: "Bot developed by Plain", }, });
Indicate if the default footer should be replaced
The text for the footer
Was this page helpful?