Row Object
The object describing a a list message's rows.
Example
{
"id": "SECTION_1_ROW_1_ID",
"title": "SECTION_1_ROW_1_TITLE",
"description": "SECTION_1_ROW_1_DESCRIPTION"
}
Properties
id: string — unique identifier of the row. Maximum length of 200 characters.title: string — title text of the row. Maximum length of 24 characters.description: string (optional) — description content of the row. Maximum length of 72 characters.