Class TdApi.InternalLinkTypeGame

  • Enclosing class:
    TdApi

    public static 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 Detail

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.