InternalLinkTypeBotStartInGroup constructor

InternalLinkTypeBotStartInGroup(
  1. {required String bot_username,
  2. required String start_parameter,
  3. ChatAdministratorRights? administrator_rights,
  4. int? extra,
  5. int? clientId}
)

The link is a link to a Telegram bot, which is supposed to be added to a group chat. Call searchPublicChat with the given bot username, check that the user is a bot and can be added to groups,

Implementation

InternalLinkTypeBotStartInGroup