public static class TdApi.GetAttachmentMenuBot extends TdApi.Function<TdApi.AttachmentMenuBot>
Returns AttachmentMenuBot
| Modifier and Type | Field and Description |
|---|---|
long |
botUserId
Bot's user identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetAttachmentMenuBot()
Default constructor for a function, which returns information about a bot that can be added to attachment or side menu.
|
GetAttachmentMenuBot(long botUserId)
Creates a function, which returns information about a bot that can be added to attachment or side menu.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long botUserId
public static final int CONSTRUCTOR
public GetAttachmentMenuBot()
Returns AttachmentMenuBot
public GetAttachmentMenuBot(long botUserId)
Returns AttachmentMenuBot
botUserId - Bot's user identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object