Strip args

This commit is contained in:
Alex Root Junior 2017-05-26 11:01:14 +03:00
parent 1759fd9172
commit 5e93656b7a

View file

@ -161,7 +161,7 @@ class Message(Deserializable):
def get_args(self):
_, args = self.get_command()
return args
return args.strip()
async def reply(self, text, parse_mode=None, disable_web_page_preview=None,
disable_notification=None, reply_markup=None) -> 'Message':