BusinessBotRights constructor
BusinessBotRights({
- required bool canReply,
- required bool canReadMessages,
- required bool canDeleteSentMessages,
- required bool canDeleteAllMessages,
- required bool canEditName,
- required bool canEditBio,
- required bool canEditProfilePhoto,
- required bool canEditUsername,
- required bool canViewGiftsAndStars,
- required bool canSellGifts,
- required bool canChangeGiftSettings,
- required bool canTransferAndUpgradeGifts,
- required bool canTransferStars,
- required bool canManageStories,
Implementation
BusinessBotRights({
required this.canReply,
required this.canReadMessages,
required this.canDeleteSentMessages,
required this.canDeleteAllMessages,
required this.canEditName,
required this.canEditBio,
required this.canEditProfilePhoto,
required this.canEditUsername,
required this.canViewGiftsAndStars,
required this.canSellGifts,
required this.canChangeGiftSettings,
required this.canTransferAndUpgradeGifts,
required this.canTransferStars,
required this.canManageStories,
});