diff --git a/Development.md b/Development.md index 63732bb..3dadea5 100644 --- a/Development.md +++ b/Development.md @@ -52,6 +52,9 @@ If you want to create your own data models, you might want to know how the array $paste['meta']['expire_date'] // int UNIX timestamp $paste['meta']['opendiscussion'] // true (if false it is unset) $paste['meta']['burnafterreading'] // true (if false it is unset; if true, then opendiscussion is unset) + $paste['meta']['formatter'] // string + $paste['meta']['attachment'] // text + $paste['meta']['attachmentname'] // text } public function createComment($pasteid, $parentid, $commentid, $comment)