Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 554 Bytes

File metadata and controls

28 lines (22 loc) · 554 Bytes

Unifapi::Hashtag

Properties

Name Type Description Notes
id String
name String Hashtag name, without the leading #
description String
video_count Integer
view_count Integer
is_commerce Boolean

Example

require 'unifapi'

instance = Unifapi::Hashtag.new(
  id: null,
  name: null,
  description: null,
  video_count: null,
  view_count: null,
  is_commerce: null
)