AdamEdgett / hubot-groupme

GroupMe adapter for hubot
MIT License
10 stars 11 forks source link

Max characters in Post/Msg #3

Closed nitrag closed 9 years ago

nitrag commented 9 years ago

You've got it truncating at 450 characters. The docs say the limit is 1000.

Also, currently, when splitting into multiple posts (for example 7 posts) the come a) out of order and b) some dont get sent/are missing.

AdamEdgett commented 9 years ago

Thanks! Must have been the limit on the v2 API or something