Package org.drinkless.tdlib
Class TdApi.GetManagedBotAccessSettings
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.BotAccessSettings>
org.drinkless.tdlib.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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the managed bot.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns access settings of a managed bot; for bots only.GetManagedBotAccessSettings(long botUserId) Creates a function, which returns access settings of a managed bot; for bots only. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
botUserId
public long botUserIdIdentifier of the managed bot. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier 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
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.BotAccessSettings>- Returns:
- this.CONSTRUCTOR
-