module documentation

Undocumented

Class PhotoSourceArg This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.
Class SetProfilePhotoArg :ivar account.SetProfilePhotoArg.photo: Image to set as the user's new profile photo.
Class SetProfilePhotoError This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.
Class SetProfilePhotoResult :ivar account.SetProfilePhotoResult.profile_photo_url: URL for the photo representing the user, if one is set.
Constant ROUTES Undocumented
Variable PhotoSourceArg_validator Undocumented
Variable set_profile_photo Undocumented
Variable SetProfilePhotoArg_validator Undocumented
Variable SetProfilePhotoError_validator Undocumented
Variable SetProfilePhotoResult_validator Undocumented

Undocumented

Value
{'set_profile_photo': set_profile_photo}
PhotoSourceArg_validator = (source)

Undocumented

set_profile_photo = (source)

Undocumented

SetProfilePhotoArg_validator = (source)

Undocumented

SetProfilePhotoError_validator = (source)

Undocumented

SetProfilePhotoResult_validator = (source)

Undocumented