Compare commits

..

1 Commits

Author SHA1 Message Date
Peter Zignego 7ab973a03b Include style in Action JSON dictionary 2016-08-02 23:21:16 -04:00
+1
View File
@@ -54,6 +54,7 @@ public struct Action {
dict["text"] = text
dict["type"] = type
dict["value"] = value
dict["style"] = style?.rawValue
dict["confirm"] = confirm?.dictionary()
return dict
}