gotd: update to layer 224

This commit is contained in:
Tulir Asokan
2026-04-01 21:08:49 +03:00
parent 7630340ffc
commit 770b3b8d8c
77 changed files with 10606 additions and 703 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func TestPoll(t *testing.T) {
id = m.Poll.ID
require.Len(t, m.Poll.Answers, 3)
require.Len(t, m.CorrectAnswers, 1)
require.Equal(t, m.Poll.Answers[0].Option, m.CorrectAnswers[0])
require.Equal(t, 0, m.CorrectAnswers[0])
}).ThenResult(&tg.Updates{})
mock.ExpectFunc(func(b bin.Encoder) {
req, ok := b.(*tg.MessagesSendMediaRequest)