Skip to main content
← All release notes
ConnectAPIsRCSFixed

RCS rich card media height documented as optional

The media.height field on RCS rich cards was documented as if a value were always required. It is now clarified as optional, defaulting to SHORT when omitted.

What changed

Field Type Description
media.height string SHORT, MEDIUM, or TALL. Vertical cards only. Optional — defaults to SHORT when omitted.

This applies to vertical rich cards sent through the Messaging API. Horizontal cards are unaffected, since media.height only applies to the vertical orientation.

Where to look

View RCS docs

This is the release entry. For the full feature documentation, use the docs link above.