mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Ignore conversation summaries which don't involve BMJ
This commit is contained in:
@@ -316,6 +316,11 @@ public class DiscordConversationSummaryUpdateModel
|
||||
public required string Topic { get; set; }
|
||||
[JsonPropertyName("summ_short")]
|
||||
public required string SummaryShort { get; set; }
|
||||
/// <summary>
|
||||
/// List of Discord IDs for people whose messages were used to generate the summary
|
||||
/// </summary>
|
||||
[JsonPropertyName("people")]
|
||||
public required List<string> People { get; set; }
|
||||
}
|
||||
|
||||
// https://discord.com/developers/docs/resources/channel#channel-object-channel-types
|
||||
|
||||
Reference in New Issue
Block a user