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 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()
      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)
      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.

      Returns Ok

    • ToggleBotIsAddedToAttachmentMenu

      public ToggleBotIsAddedToAttachmentMenu(DataInput input) throws IOException
      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:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object