Skip to content

Commit 220772b

Browse files
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent af4de91 commit 220772b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telebot/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7401,7 +7401,7 @@ def de_json(cls, json_string):
74017401
def __init__(self, poll_id: str, option_ids: List[int], user: Optional[User] = None, voter_chat: Optional[Chat] = None, **kwargs):
74027402
self.poll_id: str = poll_id
74037403
self.user: Optional[User] = user
7404-
self.option_ids: [List[int]] = option_ids
7404+
self.option_ids: List[int] = option_ids
74057405
self.voter_chat: Optional[Chat] = voter_chat
74067406

74077407

0 commit comments

Comments
 (0)