Package org.drinkless.tdlib
Class TdApi.ToggleBotIsAddedToAttachmentMenu
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.ToggleBotIsAddedToAttachmentMenu
- Enclosing class:
- TdApi
Adds or removes a bot to attachment and side menu. Bot can be added to the menu, only if userTypeBot.canBeAddedToAttachmentMenu == true.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanPass true if the current user allowed the bot to send them messages.longBot's user identifier.static final intIdentifier uniquely determining type of the object.booleanPass true to add the bot to attachment menu; pass false to remove the bot from attachment menu. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which adds or removes a bot to attachment and side menu.ToggleBotIsAddedToAttachmentMenu(long botUserId, boolean isAdded, boolean allowWriteAccess) Creates a function, which adds or removes a bot to attachment and side menu. -
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 botUserIdBot's user identifier. -
isAdded
public boolean isAddedPass true to add the bot to attachment menu; pass false to remove the bot from attachment menu. -
allowWriteAccess
public boolean allowWriteAccessPass true if the current user allowed the bot to send them messages. Ignored if isAdded is false. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleBotIsAddedToAttachmentMenu
public ToggleBotIsAddedToAttachmentMenu()Default constructor for a function, which adds or removes a bot to attachment and side menu. Bot can be added to the menu, only if userTypeBot.canBeAddedToAttachmentMenu == true.Returns
Ok -
ToggleBotIsAddedToAttachmentMenu
public ToggleBotIsAddedToAttachmentMenu(long botUserId, boolean isAdded, boolean allowWriteAccess) Creates a function, which adds or removes a bot to attachment and side menu. Bot can be added to the menu, only if userTypeBot.canBeAddedToAttachmentMenu == true.Returns
Ok- Parameters:
botUserId- Bot's user identifier.isAdded- Pass true to add the bot to attachment menu; pass false to remove the bot from attachment menu.allowWriteAccess- Pass true if the current user allowed the bot to send them messages. Ignored if isAdded is false.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-