OpenWebApp constructor

OpenWebApp({
  1. required int chatId,
  2. required int botUserId,
  3. required String url,
  4. MessageTopic? topicId,
  5. InputMessageReplyTo? replyTo,
  6. WebAppOpenParameters? parameters,
})

Implementation

OpenWebApp({
  required this.chatId,
  required this.botUserId,
  required this.url,
  this.topicId,
  this.replyTo,
  this.parameters,
});