SYMBOL INDEX (15 symbols across 1 files) FILE: bot.py class Music (line 16) | class Music: method __init__ (line 17) | def __init__(self, user_input, msg): method search_music (line 21) | def search_music(self, user_input): method get_link (line 24) | def get_link(self, result): method get_title (line 27) | def get_title(self, result): method get_duration (line 30) | def get_duration(self, result): method download_music (line 37) | def download_music(self, file_name, link): class Chat (line 54) | class Chat: method __init__ (line 55) | def __init__(self, msg): method send_message (line 87) | def send_message(self, content): method delete_message (line 90) | def delete_message(self, message): method send_audio (line 97) | def send_audio(self, file_name): method process_request (line 102) | def process_request(self, user_input): method check_input (line 127) | def check_input(self, user_input, msg): function start_new_chat (line 145) | def start_new_chat(msg):