- 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 TypeFieldDescriptionboolean
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
ConstructorDescriptionAdds 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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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. -
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 CONSTRUCTORIdentifier uniquely determining type of the object.- 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
- 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
Adds or removes a bot to attachment menu. Bot can be added to attachment 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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-