MessageWebAppDataSent constructor
const
MessageWebAppDataSent({
- required String buttonText,
Data from a Web App has been sent to a bot
Implementation
const MessageWebAppDataSent({
required this.buttonText,
});