I'm trying to understand the following pages, but there are some unclear points.
https://docs.microsoft.com/en-US/microsoftteams/platform/bots/how-to/rate-limit
1.Global limit
There is the following description.
"The global limit per app per tenant is 50 Requests Per Second (RPS). "
- Is the tenant here a tenant registered in Azure AD?
- If the apps are different, is the rate limit different for each app? Example: App1 = 50RPS, App2 = 50RPS
2.Per bot per thread limit
Is a thread a conversation with a Teams user?
Does "The thread limit of 3600 seconds and 1800 operations" apply only if multiple bots send a message to a conversation for a Teams user?
Example: For Bot1 + User1 and Bot2 + User1, this limitation applies. For Bot1 + User1, this limitation does not apply.