- Enclosing class:
- TdApi
public static final class TdApi.GetAttachmentMenuBot
extends TdApi.Function<TdApi.AttachmentMenuBot>
Returns information about a bot that
can be added to attachment menu.
Returns
AttachmentMenuBot
-
Field Summary
Modifier and TypeFieldDescriptionlong
Bot's user identifier.static final int
-
Constructor Summary
ConstructorDescriptionReturns information about a bot that can be added to attachment menu.GetAttachmentMenuBot
(long botUserId) Returns information about a bot that can be added to attachment menu.GetAttachmentMenuBot
(DataInput input) Returns information about a bot that can be added 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetAttachmentMenuBot
public GetAttachmentMenuBot()Returns information about a bot that can be added to attachment menu. ReturnsAttachmentMenuBot
-
GetAttachmentMenuBot
public GetAttachmentMenuBot(long botUserId) Returns information about a bot that can be added to attachment menu. ReturnsAttachmentMenuBot
- Parameters:
botUserId
- long Bot's user identifier.
-
GetAttachmentMenuBot
Returns information about a bot that can be added to attachment menu. ReturnsAttachmentMenuBot
- 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()
-