Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Mossimos committed Apr 19, 2022
1 parent 2a6d400 commit 5f9a258
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,12 @@ public Task<string?>? PictureStream
[N_JsonProperty("11")]
[S_JsonProperty("11")]
public string Url { get; set; } = string.Empty;
/// <summary>
/// Url
/// </summary>
[MPKey(12)]
[N_JsonProperty("12")]
[S_JsonProperty("12")]
public string? Context { get; set; } = string.Empty;
}
}

0 comments on commit 5f9a258

Please sign in to comment.