SentWebAppMessage constructor

const SentWebAppMessage({
  1. required String inlineMessageId,
  2. dynamic extra,
  3. int? clientId,
})

Information about the message sent by answerWebAppQuery

Implementation

const SentWebAppMessage({
  required this.inlineMessageId,
  this.extra,
  this.clientId,
});