tgbot-cpp
Loading...
Searching...
No Matches
TgBot::UserProfileAudios Struct Reference

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<UserProfileAudios>

Public Attributes

std::int32_t totalCount { }
 Total number of profile audios for the target user.
std::vector< std::shared_ptr< Audio > > audios { }
 Requested profile audios.

Detailed Description

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

Definition at line 14912 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 14913 of file Types.h.

Member Data Documentation

◆ audios

std::vector<std::shared_ptr<Audio> > TgBot::UserProfileAudios::audios { }

Requested profile audios.

Definition at line 14923 of file Types.h.

◆ totalCount

std::int32_t TgBot::UserProfileAudios::totalCount { }

Total number of profile audios for the target user.

Definition at line 14918 of file Types.h.


The documentation for this struct was generated from the following file: