Remove using as_album kwarg

This commit is contained in:
Zotho 2020-11-08 01:40:50 +05:00
parent ba3a090a80
commit a311305441

View File

@ -260,7 +260,6 @@ class Album(EventBuilder):
"""
if self._client:
kwargs['messages'] = self.messages
kwargs['as_album'] = True
kwargs['from_peer'] = await self.get_input_chat()
return await self._client.forward_messages(*args, **kwargs)