modio::Avatar - modio/modio-sdk-legacy GitHub Wiki
Avatar image contained by the modio::User object.
class Avatar
{
public:
std::string filename;
std::string original;
std::string thumb_50x50;
std::string thumb_100x100;
};
Name | Type | Description |
---|---|---|
filename | std::string |
Avatar filename including extension. |
original | std::string |
URL to full-sized avatar. |
thumb_50x50 | std::string |
URL to the small thumbnail image. |
thumb_100x100 | std::string |
URL to the medium thumbnail image. |
See also: Avatar Object, ModioAvatar