Module tdlight.api

Class TdApi.InternalLinkTypeGame

Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeGame extends TdApi.InternalLinkType
The link is a link to a game. Call searchPublicChat with the given bot username, check that the user is a bot, ask the current user to select a chat to send the game, and then call sendMessage with inputMessageGame.
  • Field Details

    • botUsername

      public String botUsername
      Username of the bot that owns the game.
    • gameShortName

      public String gameShortName
      Short name of the game.
    • CONSTRUCTOR

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

    • InternalLinkTypeGame

      public InternalLinkTypeGame()
      The link is a link to a game. Call searchPublicChat with the given bot username, check that the user is a bot, ask the current user to select a chat to send the game, and then call sendMessage with inputMessageGame.
    • InternalLinkTypeGame

      public InternalLinkTypeGame(String botUsername, String gameShortName)
      The link is a link to a game. Call searchPublicChat with the given bot username, check that the user is a bot, ask the current user to select a chat to send the game, and then call sendMessage with inputMessageGame.
      Parameters:
      botUsername - Username of the bot that owns the game.
      gameShortName - Short name of the game.
    • InternalLinkTypeGame

      public InternalLinkTypeGame(DataInput input) throws IOException
      The link is a link to a game. Call searchPublicChat with the given bot username, check that the user is a bot, ask the current user to select a chat to send the game, and then call sendMessage with inputMessageGame.
      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