ModioAvatar - modio/modio-sdk-legacy GitHub Wiki
Avatar image contained by the ModioUser object.
struct ModioAvatar
{
char* filename;
char* original;
char* thumb_50x50;
char* thumb_100x100;
};
Name | Type | Description |
---|---|---|
filename | char* |
Avatar filename including extension. |
original | char* |
URL to the full-sized avatar. |
thumb_50x50 | char* |
URL to the small thumbnail image. |
thumb_100x100 | char* |
URL to the medium thumbnail image. |
See also: API, modio::Avatar