Class TdApi.GetManagedBotAccessSettings

Enclosing class:
TdApi

public static class TdApi.GetManagedBotAccessSettings extends TdApi.Function<TdApi.BotAccessSettings>
Returns access settings of a managed bot; for bots only.

Returns BotAccessSettings

  • Field Details

    • botUserId

      public long botUserId
      Identifier of the managed bot.
    • CONSTRUCTOR

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

    • GetManagedBotAccessSettings

      public GetManagedBotAccessSettings()
      Default constructor for a function, which returns access settings of a managed bot; for bots only.

      Returns BotAccessSettings

    • GetManagedBotAccessSettings

      public GetManagedBotAccessSettings(long botUserId)
      Creates a function, which returns access settings of a managed bot; for bots only.

      Returns BotAccessSettings

      Parameters:
      botUserId - Identifier of the managed bot.
  • Method Details