Module tdlight.api

Class TdApi.InlineQueryResultsButtonTypeStartBot

Enclosing class:
TdApi

public static final 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
      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 - String The parameter for the bot start message.
    • InlineQueryResultsButtonTypeStartBot

      public InlineQueryResultsButtonTypeStartBot(DataInput input) throws IOException
      Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter.
      Throws:
      IOException
  • Method Details