class documentation

class MembersSetProfilePhotoArg(bb.Struct): (source)

View In Hierarchy

:ivar team.MembersSetProfilePhotoArg.user: Identity of the user whose profile photo will be set. :ivar team.MembersSetProfilePhotoArg.photo: Image to set as the member's new profile photo.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable photo Undocumented
Instance Variable user Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _photo_value Undocumented
Instance Variable _user_value Undocumented
def __init__(self, user=None, photo=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_photo_value = (source)

Undocumented

_user_value = (source)

Undocumented