java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.UserType
it.tdlight.jni.TdApi.UserTypeBot
- Enclosing class:
- TdApi
A bot (see https://core.telegram.org/bots).
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True, if the bot can be added to attachment menu.boolean
True, if the bot is owned by the current user and can be edited using the methods toggleBotUsernameIsActive, reorderBotActiveUsernames, setBotProfilePhoto, setBotName, setBotInfoDescription, and setBotInfoShortDescription.boolean
True, if the bot can be invited to basic group and supergroup chats.boolean
True, if the bot can read all messages in basic group or supergroup chats and not just those addressed to the bot.static final int
Placeholder for inline queries (displayed on the application input field).boolean
True, if the bot supports inline queries.boolean
True, if the location of the user is expected to be sent with every inline query to this bot. -
Constructor Summary
ConstructorDescriptionA bot (see https://core.telegram.org/bots).UserTypeBot
(boolean canBeEdited, boolean canJoinGroups, boolean canReadAllGroupMessages, boolean isInline, String inlineQueryPlaceholder, boolean needLocation, boolean canBeAddedToAttachmentMenu) A bot (see https://core.telegram.org/bots).UserTypeBot
(DataInput input) A bot (see https://core.telegram.org/bots). -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
canBeEdited
public boolean canBeEditedTrue, if the bot is owned by the current user and can be edited using the methods toggleBotUsernameIsActive, reorderBotActiveUsernames, setBotProfilePhoto, setBotName, setBotInfoDescription, and setBotInfoShortDescription. -
canJoinGroups
public boolean canJoinGroupsTrue, if the bot can be invited to basic group and supergroup chats. -
canReadAllGroupMessages
public boolean canReadAllGroupMessagesTrue, if the bot can read all messages in basic group or supergroup chats and not just those addressed to the bot. In private and channel chats a bot can always read all messages. -
isInline
public boolean isInlineTrue, if the bot supports inline queries. -
inlineQueryPlaceholder
Placeholder for inline queries (displayed on the application input field). -
needLocation
public boolean needLocationTrue, if the location of the user is expected to be sent with every inline query to this bot. -
canBeAddedToAttachmentMenu
public boolean canBeAddedToAttachmentMenuTrue, if the bot can be added to attachment menu. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UserTypeBot
public UserTypeBot()A bot (see https://core.telegram.org/bots). -
UserTypeBot
public UserTypeBot(boolean canBeEdited, boolean canJoinGroups, boolean canReadAllGroupMessages, boolean isInline, String inlineQueryPlaceholder, boolean needLocation, boolean canBeAddedToAttachmentMenu) A bot (see https://core.telegram.org/bots).- Parameters:
canBeEdited
- boolean True, if the bot is owned by the current user and can be edited using the methods toggleBotUsernameIsActive, reorderBotActiveUsernames, setBotProfilePhoto, setBotName, setBotInfoDescription, and setBotInfoShortDescription.canJoinGroups
- boolean True, if the bot can be invited to basic group and supergroup chats.canReadAllGroupMessages
- boolean True, if the bot can read all messages in basic group or supergroup chats and not just those addressed to the bot. In private and channel chats a bot can always read all messages.isInline
- boolean True, if the bot supports inline queries.inlineQueryPlaceholder
- String Placeholder for inline queries (displayed on the application input field).needLocation
- boolean True, if the location of the user is expected to be sent with every inline query to this bot.canBeAddedToAttachmentMenu
- boolean True, if the bot can be added to attachment menu.
-
UserTypeBot
A bot (see https://core.telegram.org/bots).- 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()
-