TikToker
main
OptionParser
TikToker
CLI
Command
DownloadBatch
DownloadUser
FindUser
SearchUser
CommandHelpers
FileProcessor
InlineTable
Client
PortalClient
WebApiClient
Configuration
Delegate
Downloader
VideoDownloader
NoPostsError
PortalExtractionError
ProfileIterator
Request
RequestBuilder
RequestError
RequestSigner
Backend
External
RetriesExaustedError
SecUID
SignedRequest
Navigator
TikTok
Creator
PrivacyToggle
Stats
InitialProps
Item
UserInfo
Music
Post
PostCollection
SearchResult
User
UserInfoConverter
Video
Challenge
Duet
Stats
TextExtra
TikTokerLogger
UserNotFoundError
Util
struct
TikToker::TikTok::Video::Stats
TikToker::TikTok::Video::Stats
Struct
Value
Object
Included Modules
JSON::Serializable
JSON::Serializable::Unmapped
Defined in:
tiktoker/mappings/tiktok/video/stats.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#comment_count
: UInt64
#digg_count
: UInt64
#play_count
: UInt64
#share_count
: UInt64
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
comment_count
: UInt64
#
[
View source
]
def
digg_count
: UInt64
#
[
View source
]
def
play_count
: UInt64
#
[
View source
]
def
share_count
: UInt64
#
[
View source
]