diff --git a/telethon/tl/custom/message.py b/telethon/tl/custom/message.py index 0adefe9d..3d069bf7 100644 --- a/telethon/tl/custom/message.py +++ b/telethon/tl/custom/message.py @@ -984,7 +984,7 @@ class Message(ChatGetter, SenderGetter, TLObject): options = find_options() if options is None: - return + options = [] return await self._client( functions.messages.SendVoteRequest( peer=self._input_chat,