Fix little typo

This commit is contained in:
Dan 2020-12-05 17:00:00 +01:00
parent 2f3bcd7ee5
commit 76b9f97681
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License
# 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 .download_media import DownloadMedia
from .edit_inline_caption import EditInlineCaption

View File

@ -26,7 +26,7 @@ log = logging.getLogger(__name__)
class CopyMessage(Scaffold):
async def copy_messages(
async def copy_message(
self,
chat_id: Union[int, str],
from_chat_id: Union[int, str],