View Source ExTDLib.Object.UserTypeBot (ExTDLib v0.0.4)

A bot (see https://core.telegram.org/bots).

NameTypeDescription
can_be_editedboolTrue, if the bot is owned by the current user and can be edited using the methods toggleBotUsernameIsActive, reorderBotActiveUsernames, setBotProfilePhoto, setBotName, setBotInfoDescription, and setBotInfoShortDescription.
can_join_groupsboolTrue, if the bot can be invited to basic group and supergroup chats.
can_read_all_group_messagesboolTrue, 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.
is_inlineboolTrue, if the bot supports inline queries.
inline_query_placeholderstringPlaceholder for inline queries (displayed on the application input field).
need_locationboolTrue, if the location of the user is expected to be sent with every inline query to this bot.
can_be_added_to_attachment_menuboolTrue, if the bot can be added to attachment or side menu.

More details on telegram's documentation.