class Tourmaline::UserProfileAudios

Overview

This object represents the audios displayed on a user's profile.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(total_count : Int32 | Int64, audios : Array(Tourmaline::Audio) = [] of Tourmaline::Audio) #

[View source]

Instance Method Detail

def audios : Array(Tourmaline::Audio) #

Requested profile audios


[View source]
def audios=(audios : Array(Tourmaline::Audio)) #

Requested profile audios


[View source]
def total_count : Int32 | Int64 #

Total number of profile audios for the target user


[View source]
def total_count=(total_count : Int32 | Int64) #

Total number of profile audios for the target user


[View source]