Class TdApi.InlineQueryResultsButtonTypeStartBot

Enclosing class:
TdApi

public static class TdApi.InlineQueryResultsButtonTypeStartBot extends TdApi.InlineQueryResultsButtonType
Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter.
  • Field Details

    • parameter

      public String parameter
      The parameter for the bot start message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InlineQueryResultsButtonTypeStartBot

      public InlineQueryResultsButtonTypeStartBot()
      Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter.
    • InlineQueryResultsButtonTypeStartBot

      public InlineQueryResultsButtonTypeStartBot(String parameter)
      Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter.
      Parameters:
      parameter - The parameter for the bot start message.
  • Method Details