ultra-telegram-framework
    Preparing search index...

    Interface UserProfileAudios

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

    interface UserProfileAudios {
        audios: Audio[];
        total_count: number;
    }
    Index

    Properties

    Properties

    audios: Audio[]

    Requested profile audios

    total_count: number

    Total number of profile audios for the target user