listUpdates.append( (descr, id, url ) )
cursor.executemany("""
UPDATE table1
SET description = %s
WHERE id = %s
AND url = %s
""", listUpdates)
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
#utils.py
#filters.py