- Enclosing class:
- TdApi
Adds or removes a bot to attachment
menu. Bot can be added to attachment
menu, only if userTypeBot.canBeAddedToAttachmentMenu == true.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Bot's user identifier.static final int
boolean
Pass true to add the bot to attachment menu; pass false to remove the bot from attachment menu. -
Constructor Summary
ConstructorDescriptionAdds or removes a bot to attachment menu.ToggleBotIsAddedToAttachmentMenu
(long botUserId, boolean isAdded) Adds or removes a bot to attachment menu.Adds or removes a bot to attachment menu. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
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. -
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. ReturnsOk
-
ToggleBotIsAddedToAttachmentMenu
public ToggleBotIsAddedToAttachmentMenu(long botUserId, boolean isAdded) Adds or removes a bot to attachment menu. Bot can be added to attachment menu, only if userTypeBot.canBeAddedToAttachmentMenu == true. ReturnsOk
- 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.
-
ToggleBotIsAddedToAttachmentMenu
Adds or removes a bot to attachment menu. Bot can be added to attachment menu, only if userTypeBot.canBeAddedToAttachmentMenu == true. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-