Module tdlight.api

Class TdApi.InternalLinkTypeBotStart

Enclosing class:
TdApi

public static final 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 Details

    • botUsername

      public String botUsername
      Username of the bot.
    • startParameter

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

      public boolean autostart
      True, if sendBotStartMessage must be called automatically without showing the START button.
    • CONSTRUCTOR

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

    • 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, boolean autostart)
      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.
      autostart - True, if sendBotStartMessage must be called automatically without showing the START button.
    • InternalLinkTypeBotStart

      public InternalLinkTypeBotStart(DataInput input) throws IOException
      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:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object