Exemple #1
0
def mirror(update: telegram.Update, context):
    """Asynchronously starts a download and handles the "/mirror" command

    Args:
        update:
            Telegram incoming update
    """

    try:
        murror(update=update, updater=updater, context=context)
    except:
        custom_error("Mirror function returned an error")
Exemple #2
0
def mirror(update, context):
    try:
        murror(update=update, updater=updater, context=context)
    except:
        custom_error("Mirror function returned an error")