def send_responsible(tlgrm_id_responsible, title, director, d_line, id_task, t_url):
msg = {'chat_id': tlgrm_id_responsible,
'text': ' ' + title + '\n\n' + '✍ ' + director + '\n' + '⏰ ' + d_line + '\n' + ' '
+ '[Задача № ' + id_task + ']' + '(' + t_url + ')', 'parse_mode': 'Markdown'}
requests.post(const.tlgrm_url, data=msg, proxies=const.proxy)
<a href="URL">...</a>