- 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
FieldsModifier and TypeFieldDescriptionbooleanPass true if the current user allowed the bot to send them messages.longBot's user identifier.static final intbooleanPass true to add the bot to attachment menu; pass false to remove the bot from attachment menu. -
Constructor Summary
ConstructorsConstructorDescriptionAdds or removes a bot to attachment menu.ToggleBotIsAddedToAttachmentMenu(long botUserId, boolean isAdded, boolean allowWriteAccess) 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
toStringMethods 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. -
allowWriteAccess
public boolean allowWriteAccessPass 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. ReturnsOk -
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. 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.allowWriteAccess- boolean Pass true if the current user allowed the bot to send them messages. Ignored if isAdded is false.
-
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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-