Fix little typo
This commit is contained in:
parent
2f3bcd7ee5
commit
76b9f97681
@ -16,7 +16,7 @@
|
|||||||
# You should have received a copy of the GNU Lesser General Public License
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from .copy_messages import CopyMessage
|
from .copy_message import CopyMessage
|
||||||
from .delete_messages import DeleteMessages
|
from .delete_messages import DeleteMessages
|
||||||
from .download_media import DownloadMedia
|
from .download_media import DownloadMedia
|
||||||
from .edit_inline_caption import EditInlineCaption
|
from .edit_inline_caption import EditInlineCaption
|
||||||
|
@ -26,7 +26,7 @@ log = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class CopyMessage(Scaffold):
|
class CopyMessage(Scaffold):
|
||||||
async def copy_messages(
|
async def copy_message(
|
||||||
self,
|
self,
|
||||||
chat_id: Union[int, str],
|
chat_id: Union[int, str],
|
||||||
from_chat_id: Union[int, str],
|
from_chat_id: Union[int, str],
|
Loading…
Reference in New Issue
Block a user