class

Tourmaline::UserProfileAudios

Inherits JSON::Serializable < Reference < Object

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

Constructors

new(total_count : Int32 | Int64, audios : Array(Tourmaline::Audio) = [] of Tourmaline::Audio)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

audios

Requested profile audios

Source
audios=(audios : Array(Tourmaline::Audio))

Requested profile audios

Source
total_count

Total number of profile audios for the target user

Source
total_count=(total_count : Int32 | Int64)

Total number of profile audios for the target user

Source