MessageWebAppDataSent constructor

const MessageWebAppDataSent({
  1. required String buttonText,
})

Data from a Web App has been sent to a bot

Implementation

const MessageWebAppDataSent({
  required this.buttonText,
});