mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Views can be null
This commit is contained in:
@@ -23,7 +23,7 @@ internal class FxTweet
|
||||
[JsonPropertyName("created_timestamp")]
|
||||
public long CreatedTimestamp { get; set; }
|
||||
|
||||
[JsonPropertyName("views")] public int Views { get; set; }
|
||||
[JsonPropertyName("views")] public int? Views { get; set; }
|
||||
[JsonPropertyName("is_note_tweet")] public bool IsNoteTweet { get; set; }
|
||||
[JsonPropertyName("community_note")] public object? CommunityNote { get; set; }
|
||||
[JsonPropertyName("lang")] public string Lang { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user