Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Delete File Channel Feature #283

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 28, 2022

  1. Update sample_info.py

    Added env for Delete File Channel feature.
    
    # Delete File Channel feature
    Seperate channel to be created and bot to be added as admin. when the file forwarded to the this channel, then the file will be deleted from database.
    
    (This will help to eliminate time while delete file by forward file to bot and reply /delete command each time for each time)
    cvatricks authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    da74c19 View commit details
    Browse the repository at this point in the history
  2. Update info.py

    Added env for Delete File Channel feature.
    
    # Delete File Channel feature
    Seperate channel to be created and bot to be added as admin. when the file forwarded to the this channel, then the file will be deleted from database.
    
    (This will help to eliminate time while delete file by forward file to bot and reply /delete command each time for each time)
    cvatricks authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    ba0eb40 View commit details
    Browse the repository at this point in the history
  3. Create deletechannel.py

    Added script for Delete File Channel feature.
    
    # Delete File Channel feature
    Seperate channel to be created and bot to be added as admin. when the file forwarded to the this channel, then the file will be deleted from database.
    
    (This will help to eliminate time while delete file by forward file to bot and reply /delete command each time for each time)
    cvatricks authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    a672490 View commit details
    Browse the repository at this point in the history