Change comment to reflect longer polls (#3127)

This commit is contained in:
Robin Laevaert
2025-05-11 16:45:00 +02:00
committed by GitHub
parent 5f2d173361
commit 9f9b093add

View File

@@ -18,7 +18,7 @@ public class PollProperties
public List<PollMediaProperties> Answers { get; set; }
/// <summary>
/// Gets or sets the duration for the poll in hours. Max duration is 168 hours (7 days).
/// Gets or sets the duration for the poll in hours. Max duration is 768 hours (32 days).
/// </summary>
public uint Duration { get; set; }