Package org.drinkless.tdlib
Class TdApi.UserTypeBot
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UserType
org.drinkless.tdlib.TdApi.UserTypeBot
- Enclosing class:
- TdApi
A bot (see https://core.telegram.org/bots).
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.UserType
TdApi.UserType.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue, if the bot can be added to attachment or side menu.booleanTrue, if the bot is owned by the current user and can be edited using the methods toggleBotUsernameIsActive, reorderBotActiveUsernames, setBotProfilePhoto, setBotName, setBotInfoDescription, and setBotInfoShortDescription.booleanTrue, if the bot supports connection to Telegram Business accounts.booleanTrue, if the bot can be invited to basic group and supergroup chats.booleanTrue, if the bot can read all messages in basic group or supergroup chats and not just those addressed to the bot.static final intIdentifier uniquely determining type of the object.Placeholder for inline queries (displayed on the application input field).booleanTrue, if the bot supports inline queries.booleanTrue, if the location of the user is expected to be sent with every inline query to this bot. -
Constructor Summary
ConstructorsConstructorDescriptionA bot (see https://core.telegram.org/bots).UserTypeBot(boolean canBeEdited, boolean canJoinGroups, boolean canReadAllGroupMessages, boolean isInline, String inlineQueryPlaceholder, boolean needLocation, boolean canConnectToBusiness, boolean canBeAddedToAttachmentMenu) A bot (see https://core.telegram.org/bots). -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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. -
canConnectToBusiness
public boolean canConnectToBusinessTrue, if the bot supports connection to Telegram Business accounts. -
canBeAddedToAttachmentMenu
public boolean canBeAddedToAttachmentMenuTrue, if the bot can be added to attachment or side menu. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- 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 canConnectToBusiness, boolean canBeAddedToAttachmentMenu) A bot (see https://core.telegram.org/bots).- Parameters:
canBeEdited- 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- True, if the bot can be invited to basic group and supergroup chats.canReadAllGroupMessages- 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- True, if the bot supports inline queries.inlineQueryPlaceholder- Placeholder for inline queries (displayed on the application input field).needLocation- True, if the location of the user is expected to be sent with every inline query to this bot.canConnectToBusiness- True, if the bot supports connection to Telegram Business accounts.canBeAddedToAttachmentMenu- True, if the bot can be added to attachment or side menu.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.UserType- Returns:
- this.CONSTRUCTOR
-