DBTEAMMembersDeleteProfilePhotoArg
Objective-C
@interface DBTEAMMembersDeleteProfilePhotoArg
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMMembersDeleteProfilePhotoArg : NSObject, DBSerializable, NSCopying
The MembersDeleteProfilePhotoArg struct.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
Identity of the user whose profile photo will be deleted.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMUserSelectorArg *_Nonnull user;Swift
var user: DBTEAMUserSelectorArg { get }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithUser:(nonnull DBTEAMUserSelectorArg *)user;Swift
init(user: DBTEAMUserSelectorArg)Parameters
userIdentity of the user whose profile photo will be deleted.
Return Value
An initialized instance.
View on GitHub
DBTEAMMembersDeleteProfilePhotoArg Class Reference