class
Tourmaline::UserProfileAudios
- Tourmaline::UserProfileAudios
- Reference
- Object
Overview
This object represents the audios displayed on a user's profile.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(pull : JSON::PullParser)
- .new(total_count : Int32 | Int64, audios : Array(Tourmaline::Audio) = [] of Tourmaline::Audio)
Instance Method Summary
-
#audios : Array(Tourmaline::Audio)
Requested profile audios
-
#audios=(audios : Array(Tourmaline::Audio))
Requested profile audios
-
#total_count : Int32 | Int64
Total number of profile audios for the target user
-
#total_count=(total_count : Int32 | Int64)
Total number of profile audios for the target user
Constructor Detail
def self.new(total_count : Int32 | Int64, audios : Array(Tourmaline::Audio) = [] of Tourmaline::Audio)
#