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
      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 - String Username of the bot that owns the game.
      gameShortName - String 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.
      Throws:
      IOException
  • Method Details