From 79495e73d8c4197a7b40c02899e933bf44f9a795 Mon Sep 17 00:00:00 2001 From: ManHat Date: Fri, 18 Oct 2024 17:46:52 +0300 Subject: [PATCH] ISO typo --- docs/resources/Poll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/Poll.md b/docs/resources/Poll.md index b943c95dca..92bee0bb91 100644 --- a/docs/resources/Poll.md +++ b/docs/resources/Poll.md @@ -20,7 +20,7 @@ necessary. |-------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------| | question | [Poll Media Object](#DOCS_RESOURCES_POLL/poll-media-object-poll-media-object-structure) | The question of the poll. Only `text` is supported. | | answers | List of [Poll Answer Objects](#DOCS_RESOURCES_POLL/poll-answer-object-poll-answer-object-structure) | Each of the answers available in the poll. | -| expiry | ?IS08601 timestamp | The time when the poll ends. | +| expiry | ?ISO8601 timestamp | The time when the poll ends. | | allow_multiselect | boolean | Whether a user can select multiple answers | | layout_type | integer | The [layout type](#DOCS_RESOURCES_POLL/layout-type) of the poll | | results? | [Poll Results Object](#DOCS_RESOURCES_POLL/poll-results-object-poll-results-object-structure) | The results of the poll |