Fix stickers
Created by: WamWooWam
Summary
Fixes an issue where stickers wouldn't deserialise correctly.
Details
The documentation for stickers says that tags
is a comma separated list not an array, so I've modified the class store the string internally and provide a split list.
Also made some property setters which should've been internal
, internal
,