OpenWebApp constructor

OpenWebApp(
  1. {required int chat_id,
  2. required int bot_user_id,
  3. required String url,
  4. ThemeParameters? theme,
  5. required String application_name,
  6. required int message_thread_id,
  7. MessageReplyTo? reply_to,
  8. int? extra,
  9. int? clientId}
)

Informs TDLib that a Web App is being opened from the attachment menu, a botMenuButton button, an internalLinkTypeAttachmentMenuBot link, or an inlineKeyboardButtonTypeWebApp button.

Returns WebAppInfo

Implementation

OpenWebApp