Class 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 Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Pass true if the current user allowed the bot to send them messages.
    long
    Bot's user identifier.
    static final int
    Identifier uniquely determining type of the object.
    boolean
    Pass true to add the bot to attachment menu; pass false to remove the bot from attachment menu.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default 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 Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.Object
      Returns:
      this.CONSTRUCTOR