OpenWebApp constructor
OpenWebApp({
- required int chatId,
- required int botUserId,
- required String url,
- MessageTopic? topicId,
- InputMessageReplyTo? replyTo,
- WebAppOpenParameters? parameters,
Implementation
OpenWebApp({
required this.chatId,
required this.botUserId,
required this.url,
this.topicId,
this.replyTo,
this.parameters,
});