InternalLinkTypeBotAddToChannel constructor

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

The link is a link to a Telegram bot, which is supposed to be added to a channel chat as an administrator. Call searchPublicChat with the given bot username and check that the user is a bot,

Implementation

InternalLinkTypeBotAddToChannel