Fix indentation and docstrings due to bad PR
This commit is contained in:
parent
881f5ab783
commit
7b9a38a2ba
@ -2857,11 +2857,10 @@ class Message(Object, Update):
|
||||
raise ValueError("This button is not supported yet")
|
||||
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…
Reference in New Issue
Block a user