Untitled
user_1282928
plain_text
2 years ago
912 B
13
Indexable
{ "type":"list", "title":"title text", "body":"body text", "msgid":"list1", "globalButtons":[ { "type":"text", "title":"Global button" } ], "items":[ { "title":"first Section", "subtitle":"first Subtitle", "options":[ { "type":"text", "title":"section 1 row 1", "description":"first row of first section description", "postbackText":"section 1 row 1 postback payload" }, { "type":"text", "title":"section 1 row 2", "description":"second row of first section description", "postbackText":"section 1 row 2 postback payload" }, { "type":"text", "title":"section 1 row 3", "description":"third row of first section description", "postbackText":"section 1 row 3 postback payload" } ] }, { "title":"second section", "subtitle":"second Subtitle", "options":[ { "type":"text", "title":"section 2 row 1", "description":"first row of second section description", "postbackText":"section 1 row 3 postback payload" } ] } ] }
Editor is loading...