5#include <Quotient/jobs/basejob.h>
46inline auto collectResponse(
const GetDisplayNameJob* job) {
return job->displayname(); }
85inline auto collectResponse(
const GetAvatarUrlJob* job) {
return job->avatarUrl(); }
Get the user's avatar URL.
Get the user's display name.
Get this user's profile information.
Set the user's avatar URL.
Set the user's display name.
auto collectResponse(const GetAccountDataJob *job)