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

modio::Avatar

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

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

Contents

Clone this wiki locally