mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
7 lines
170 B
C#
7 lines
170 B
C#
namespace KfChatDotNetBot.Models;
|
|
|
|
public class SeenMessageMetadataModel
|
|
{
|
|
public int MessageId { get; set; }
|
|
public DateTimeOffset? LastEdited { get; set; }
|
|
} |