mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Modified the seen msgs thing so it now respects edits by tracking last edit time if set
This commit is contained in:
7
KfChatDotNetBot/Models/SeenMessageMetadataModel.cs
Normal file
7
KfChatDotNetBot/Models/SeenMessageMetadataModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace KfChatDotNetBot.Models;
|
||||
|
||||
public class SeenMessageMetadataModel
|
||||
{
|
||||
public int MessageId { get; set; }
|
||||
public DateTimeOffset? LastEdited { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user