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

public static class TdApi.ToggleBotIsAddedToAttachmentMenu extends TdApi.Function<TdApi.Ok>
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 Details

    • botUserId

      public long botUserId
      Bot's user identifier.
    • isAdded

      public boolean isAdded
      Pass true to add the bot to attachment menu; pass false to remove the bot from attachment menu.
    • allowWriteAccess

      public boolean allowWriteAccess
      Pass true if the current user allowed the bot to send them messages. Ignored if isAdded is false.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Function<TdApi.Ok>
      Returns:
      this.CONSTRUCTOR