Class TdApi.InternalLinkTypeBotStart

  • Enclosing class:
    TdApi

    public static class TdApi.InternalLinkTypeBotStart
    extends TdApi.InternalLinkType
    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, and then call sendBotStartMessage with the given start parameter after the button is pressed.
    • Field Detail

      • botUsername

        public String botUsername
        Username of the bot.
      • startParameter

        public String startParameter
        The parameter to be passed to sendBotStartMessage.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InternalLinkTypeBotStart

        public InternalLinkTypeBotStart()
        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, and then call sendBotStartMessage with the given start parameter after the button is pressed.
      • InternalLinkTypeBotStart

        public InternalLinkTypeBotStart​(String botUsername,
                                        String startParameter)
        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, and then call sendBotStartMessage with the given start parameter after the button is pressed.
        Parameters:
        botUsername - Username of the bot.
        startParameter - The parameter to be passed to sendBotStartMessage.