Is it theoretically possible to send a message exceeding 40KB in Teams bot?
Hello,
I am using the following endpoint to send messages to a Teams bot, including multiple Adaptive Cards:
Bot Framework REST API - Send to Conversation
Suppose I include five Adaptive Cards, each 10KB in size, in the attachments
field (resulting in a total of 50KB).
Would this be theoretically possible?
According to the following documentation, the message size limit is 40KB. If this is correct, would exceeding this limit result in a 413 error?
Format your bot messages - Teams
I ask this because I have previously tested sending messages exceeding the limit and did not receive an error. Rather than empirical verification, I would like to confirm the theoretical expectation.
I appreciate your response.