Class UserUpdateMessage
A message for updating a group.
Implements
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
[ResponseType(typeof(UserUpdateResponse))]
public class UserUpdateMessage : IWolfMessage
Remarks
Uses UserUpdateResponse as response type.
Constructors
| Improve this Doc View SourceUserUpdateMessage()
Creates a message instance.
Declaration
[JsonConstructor]
protected UserUpdateMessage()
Properties
| Improve this Doc View SourceAbout
User's "About Me" description.
Declaration
[JsonProperty("about")]
public string About { get; protected set; }
Property Value
Type | Description |
---|---|
String |
DateOfBirth
User's date of birth.
Declaration
[JsonProperty("dateOfBirth")]
public DateTime? DateOfBirth { get; protected set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
EventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Equals to SubscriberProfileUpdate.
Gender
User's gender.
Declaration
[JsonProperty("gender")]
public WolfGender Gender { get; protected set; }
Property Value
Type | Description |
---|---|
WolfGender |
Language
User's language.
Declaration
[JsonProperty("language")]
public WolfLanguage Language { get; protected set; }
Property Value
Type | Description |
---|---|
WolfLanguage |
Links
User's links.
Declaration
[JsonProperty("urls")]
public IEnumerable<string> Links { get; protected set; }
Property Value
Type | Description |
---|---|
IEnumerable<String> |
LookingFor
User's looking for.
Declaration
[JsonProperty("lookingFor")]
public WolfLookingFor LookingFor { get; protected set; }
Property Value
Type | Description |
---|---|
WolfLookingFor |
Nickname
User's display name.
Declaration
[JsonProperty("nickname")]
public string Nickname { get; protected set; }
Property Value
Type | Description |
---|---|
String |
ProfileName
User's name, as specified in the profile.
Declaration
[JsonProperty("name")]
public string ProfileName { get; protected set; }
Property Value
Type | Description |
---|---|
String |
Relationship
User's relationship status.
Declaration
[JsonProperty("relationship")]
public WolfRelationship Relationship { get; protected set; }
Property Value
Type | Description |
---|---|
WolfRelationship |
Status
User's status.
Declaration
[JsonProperty("status")]
public string Status { get; protected set; }
Property Value
Type | Description |
---|---|
String |