InternalLinkTypeBotStart constructor

InternalLinkTypeBotStart(
  1. {required String bot_username,
  2. required String start_parameter,
  3. required bool autostart,
  4. int? extra,
  5. int? clientId}
)

The link is a link to a chat with a Telegram bot. Call searchPublicChat with the given bot username, check that the user is a bot, show START button in the chat with the bot,

Implementation

InternalLinkTypeBotStart