Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModioAvatar

Ahmed Castro edited this page Jul 14, 2019 · 6 revisions

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

Contents

Clone this wiki locally