Link Search Menu Expand Document

Constructor: businessBotRights

Back to constructors index

Business bot rights.

Attributes:

NameTypeRequiredDescription
replyBoolOptionalWhether the bot can send and edit messages in private chats that had incoming messages in the last 24 hours.
read_messagesBoolOptionalWhether the bot can mark incoming private messages as read.
delete_sent_messagesBoolOptionalWhether the bot can delete messages sent by the bot.
delete_received_messagesBoolOptionalWhether the bot can delete received private messages in managed chats.
edit_nameBoolOptionalWhether the bot can edit the first and last name of the business account.
edit_bioBoolOptionalWhether the bot can edit the bio of the business account.
edit_profile_photoBoolOptionalWhether the bot can edit the profile photo of the business account.
edit_usernameBoolOptionalWhether the bot can edit the username of the business account.
view_giftsBoolOptionalWhether the bot can view gifts and the amount of Telegram Stars owned by the business account.
sell_giftsBoolOptionalWhether the bot can convert regular gifts owned by the business account to Telegram Stars.
change_gift_settingsBoolOptionalWhether the bot can change the privacy settings pertaining to gifts for the business account.
transfer_and_upgrade_giftsBoolOptionalWhether the bot can transfer and upgrade gifts owned by the business account.
transfer_starsBoolOptionalWhether the bot can transfer Telegram Stars received by the business account to its own account, or use them to upgrade and transfer gifts.
manage_storiesBoolOptionalWhether the bot can post, edit and delete stories on behalf of the business account.

Type: BusinessBotRights

Example:

$businessBotRights = ['_' => 'businessBotRights', 'reply' => Bool, 'read_messages' => Bool, 'delete_sent_messages' => Bool, 'delete_received_messages' => Bool, 'edit_name' => Bool, 'edit_bio' => Bool, 'edit_profile_photo' => Bool, 'edit_username' => Bool, 'view_gifts' => Bool, 'sell_gifts' => Bool, 'change_gift_settings' => Bool, 'transfer_and_upgrade_gifts' => Bool, 'transfer_stars' => Bool, 'manage_stories' => Bool];