@lakshmi - The bot message size limit is 40 KB. If the bot message size limit exceeds 40 KB, bot receives a 413
status code (RequestEntityTooLarge
), which contains the error code MessageSizeTooBig
. The bot message size limit includes the entire message payload encoded as UTF-16 and doesn't include Base64 encoded images.
Ref Doc: https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/format-your-bot-messages