|
tgbot-cpp
|
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. | |
This object represents the audios displayed on a user's profile.
| using TgBot::UserProfileAudios::Ptr = std::shared_ptr<UserProfileAudios> |
| std::vector<std::shared_ptr<Audio> > TgBot::UserProfileAudios::audios { } |
| std::int32_t TgBot::UserProfileAudios::totalCount { } |