- Accept hard upper limit (maxLen) instead of pre-subtracted value - Caller now passes actual platform limit (e.g., 2000 for Discord) - Internal buffer of 500 chars is handled within message.go - Preferred split at maxLen - 500, may extend to maxLen for code blocks - Never exceeds maxLen, no more mental math for callers |
||
|---|---|---|
| .. | ||
| base.go | ||
| base_test.go | ||
| dingtalk.go | ||
| discord.go | ||
| feishu_32.go | ||
| feishu_64.go | ||
| line.go | ||
| maixcam.go | ||
| manager.go | ||
| onebot.go | ||
| qq.go | ||
| slack.go | ||
| slack_test.go | ||
| telegram.go | ||
| telegram_commands.go | ||
| whatsapp.go | ||