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 TypeFieldDescriptionintThe number of recently active users of the bot.booleanTrue, if users can create and delete topics in the chat with the bot.booleanTrue, 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 user accounts for chat automation.booleanTrue, if the bot can be invited to basic group and supergroup chats.booleanTrue, if the bot can manage other bots.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.booleanTrue, if the bot has the main Web App.booleanTrue, if the bot has topics.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.booleanTrue, if the bot can be queried by username from any non-secret chat. -
Constructor Summary
ConstructorsConstructorDescriptionA bot (see https://core.telegram.org/bots).UserTypeBot(boolean canBeEdited, boolean canJoinGroups, boolean canReadAllGroupMessages, boolean hasMainWebApp, boolean hasTopics, boolean allowsUsersToCreateTopics, boolean canManageBots, boolean isInline, String inlineQueryPlaceholder, boolean supportsGuestQueries, boolean needLocation, boolean canConnectToBusiness, boolean canBeAddedToAttachmentMenu, int activeUserCount) 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. -
hasMainWebApp
public boolean hasMainWebAppTrue, if the bot has the main Web App. -
hasTopics
public boolean hasTopicsTrue, if the bot has topics. -
allowsUsersToCreateTopics
public boolean allowsUsersToCreateTopicsTrue, if users can create and delete topics in the chat with the bot. -
canManageBots
public boolean canManageBotsTrue, if the bot can manage other bots. -
isInline
public boolean isInlineTrue, if the bot supports inline queries. -
inlineQueryPlaceholder
Placeholder for inline queries (displayed on the application input field). -
supportsGuestQueries
public boolean supportsGuestQueriesTrue, if the bot can be queried by username from any non-secret chat. -
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 user accounts for chat automation. -
canBeAddedToAttachmentMenu
public boolean canBeAddedToAttachmentMenuTrue, if the bot can be added to attachment or side menu. -
activeUserCount
public int activeUserCountThe number of recently active users of the bot. -
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 hasMainWebApp, boolean hasTopics, boolean allowsUsersToCreateTopics, boolean canManageBots, boolean isInline, String inlineQueryPlaceholder, boolean supportsGuestQueries, boolean needLocation, boolean canConnectToBusiness, boolean canBeAddedToAttachmentMenu, int activeUserCount) 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.hasMainWebApp- True, if the bot has the main Web App.hasTopics- True, if the bot has topics.allowsUsersToCreateTopics- True, if users can create and delete topics in the chat with the bot.canManageBots- True, if the bot can manage other bots.isInline- True, if the bot supports inline queries.inlineQueryPlaceholder- Placeholder for inline queries (displayed on the application input field).supportsGuestQueries- True, if the bot can be queried by username from any non-secret chat.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 user accounts for chat automation.canBeAddedToAttachmentMenu- True, if the bot can be added to attachment or side menu.activeUserCount- The number of recently active users of the bot.
-
-
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
-