OSDN Git Service

/notifications/mentions.json を使用したReplyタブの更新に対応
[opentween/open-tween.git] / OpenTween / Models / MentionsTabModel.cs
index 1792b16..a56675b 100644 (file)
@@ -43,6 +43,10 @@ namespace OpenTween.Models
 
         public PostId? OldestId { get; set; }
 
+        public string? CursorTop { get; set; }
+
+        public string? CursorBottom { get; set; }
+
         public MentionsTabModel()
             : this(MyCommon.DEFAULTTAB.REPLY)
         {