struct Likee::UserPostsCount

Overview

The UserPostsCount structure represents an object that stores the information about the user posts.

Included Modules

Defined in:

likee/concepts/user_posts_count.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def likes_count : UInt32 #

[View source]
def moments_count : UInt32 #

[View source]
def videos_count : UInt32 #

[View source]