-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update documentation with new policy attribute usersCanDeleteBotMessages #12551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
update with new policy attribute
update new messaging policy attribute
Learn Build status updates of commit 3c19a8c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
``` | ||
### -UsersCanDeleteBotMessages | ||
Determines if a user is allowed to delete messages sent by bots. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please match the definition in the other docs " Determines whether a user is allowed to delete messages sent by bots. Set this to TRUE to allow. Set this to FALSE to prohibit."
Learn Build status updates of commit f5d225f: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit a2f45fb: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Update TeamsMessagingPolicy as well as TeamsGuestMessagingConfiguration with new attribute UsersCanDeleteBotMessages.
This is a boolean property to provide admins with additional control on whether a message sent by bot can be deleted in any scope.