MembersSetProfilePhotoArg
public class MembersSetProfilePhotoArg : CustomStringConvertible, JSONRepresentable
The MembersSetProfilePhotoArg struct
-
Identity of the user whose profile photo will be set.
Declaration
Swift
public let user: Team.UserSelectorArg -
Image to set as the member’s new profile photo.
Declaration
Swift
public let photo: Account.PhotoSourceArg -
Declaration
Swift
public var description: String { get }
View on GitHub
MembersSetProfilePhotoArg Class Reference