Add link to original message for activated reminders and /listremind (#203)

This commit is contained in:
neroduckale 2023-12-12 01:38:26 +05:00 committed by GitHub
parent e21e193218
commit 59c2c5eada
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 21 deletions

View file

@ -4,5 +4,6 @@ public struct Reminder
{
public DateTimeOffset At { get; init; }
public string Text { get; init; }
public ulong Channel { get; init; }
public ulong ChannelId { get; init; }
public ulong MessageId { get; init; }
}