Class TdApi.GetBotSimilarBots

Enclosing class:
TdApi

public static class TdApi.GetBotSimilarBots extends TdApi.Function<TdApi.Users>
Returns a list of bots similar to the given bot.

Returns Users

  • Field Details

    • botUserId

      public long botUserId
      User identifier of the target bot.
    • CONSTRUCTOR

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

    • GetBotSimilarBots

      public GetBotSimilarBots()
      Default constructor for a function, which returns a list of bots similar to the given bot.

      Returns Users

    • GetBotSimilarBots

      public GetBotSimilarBots(long botUserId)
      Creates a function, which returns a list of bots similar to the given bot.

      Returns Users

      Parameters:
      botUserId - User identifier of the target bot.
  • Method Details