pub const MAX_CAPTION_LENGTH: usize = 1024;Expand description
Telegram’s maximum media caption length, in UTF-16 code units.
Note that this is a quarter of MAX_TEXT_LENGTH: a caption which fits in
a text message may still overflow when attached to a photo.