Likee::Video
Inherits JSON::Serializable::Unmapped / JSON::Serializable / Struct / Value / Object
The Video structure represents a Likee video.
The JSON payload returned by the API call is parsed and transformed to a stable interface.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
creator_id
Returns the creator id.
Apparently, it is referred to as uid rather than id. Must not be confused with likeeId, which refers to the creator username.