Skip to content

BusinessBotRights

Type · TDLib 1.8.67 · d1085f9c

Describes rights of a business bot

BusinessBotRights(
  can_reply: Bool,
  can_read_messages: Bool,
  can_delete_sent_messages: Bool,
  can_delete_all_messages: Bool,
  can_edit_name: Bool,
  can_edit_bio: Bool,
  can_edit_profile_photo: Bool,
  can_edit_username: Bool,
  can_view_gifts_and_stars: Bool,
  can_sell_gifts: Bool,
  can_change_gift_settings: Bool,
  can_transfer_and_upgrade_gifts: Bool,
  can_transfer_stars: Bool,
  can_manage_stories: Bool
) → BusinessBotRights

can_reply

Bool

True, if the bot can send and edit messages in the private chats that had incoming messages in the last 24 hours

can_read_messages

Bool

True, if the bot can mark incoming private messages as read

can_delete_sent_messages

Bool

True, if the bot can delete sent messages

can_delete_all_messages

Bool

True, if the bot can delete any message

can_edit_name

Bool

True, if the bot can edit name of the business account

can_edit_bio

Bool

True, if the bot can edit bio of the business account

can_edit_profile_photo

Bool

True, if the bot can edit profile photo of the business account

can_edit_username

Bool

True, if the bot can edit username of the business account

can_view_gifts_and_stars

Bool

True, if the bot can view gifts and Telegram Star amount owned by the business account

can_sell_gifts

Bool

True, if the bot can sell regular gifts received by the business account

can_change_gift_settings

Bool

True, if the bot can change gift receiving settings of the business account

can_transfer_and_upgrade_gifts

Bool

True, if the bot can transfer and upgrade gifts received by the business account

can_transfer_stars

Bool

True, if the bot can transfer Telegram Stars received by the business account to account of the bot, or use them to upgrade and transfer gifts

can_manage_stories

Bool

True, if the bot can post, edit and delete stories