- 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
FieldsModifier and TypeFieldDescriptionlongBot's user identifier.static final int -
Constructor Summary
ConstructorsConstructorDescriptionReturns 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-