mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-27 04:18:04 +00:00
Fix indentation and docstrings due to bad PR
This commit is contained in:
parent
881f5ab783
commit
7b9a38a2ba
@ -2858,10 +2858,9 @@ class Message(Object, Update):
|
||||
else:
|
||||
self.reply(button, quote=quote)
|
||||
|
||||
|
||||
def retract_vote(
|
||||
self,
|
||||
) -> "Poll":
|
||||
def retract_vote(
|
||||
self,
|
||||
) -> "pyrogram.Poll":
|
||||
"""Bound method *retract_vote* of :obj:`Message`.
|
||||
|
||||
Use as a shortcut for:
|
||||
@ -2957,10 +2956,11 @@ class Message(Object, Update):
|
||||
progress=progress,
|
||||
progress_args=progress_args,
|
||||
)
|
||||
|
||||
def vote(
|
||||
self,
|
||||
option: int,
|
||||
) -> "Poll":
|
||||
) -> "pyrogram.Poll":
|
||||
"""Bound method *vote* of :obj:`Message`.
|
||||
|
||||
Use as a shortcut for:
|
||||
|
Loading…
x
Reference in New Issue
Block a user