Module tdlight.api

Class TdApi.ToggleBotIsAddedToAttachmentMenu

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.ToggleBotIsAddedToAttachmentMenu
Enclosing class:
TdApi

public static final class TdApi.ToggleBotIsAddedToAttachmentMenu extends TdApi.Function<TdApi.Ok>
Adds or removes a bot to attachment menu. Bot can be added to attachment 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
      See Also:
  • Constructor Details

    • ToggleBotIsAddedToAttachmentMenu

      public ToggleBotIsAddedToAttachmentMenu()
      Adds or removes a bot to attachment menu. Bot can be added to attachment menu, only if userTypeBot.canBeAddedToAttachmentMenu == true. Returns Ok
    • ToggleBotIsAddedToAttachmentMenu

      public ToggleBotIsAddedToAttachmentMenu(long botUserId, boolean isAdded, boolean allowWriteAccess)
      Adds or removes a bot to attachment menu. Bot can be added to attachment menu, only if userTypeBot.canBeAddedToAttachmentMenu == true. Returns Ok
      Parameters:
      botUserId - long Bot's user identifier.
      isAdded - boolean Pass true to add the bot to attachment menu; pass false to remove the bot from attachment menu.
      allowWriteAccess - boolean Pass true if the current user allowed the bot to send them messages. Ignored if isAdded is false.
    • ToggleBotIsAddedToAttachmentMenu

      public ToggleBotIsAddedToAttachmentMenu(DataInput input) throws IOException
      Adds or removes a bot to attachment menu. Bot can be added to attachment menu, only if userTypeBot.canBeAddedToAttachmentMenu == true. Returns Ok
      Throws:
      IOException
  • Method Details