I have this code:
for k, v in redirections.items():
new_id = list(filter(lambda a: v == a.dialog.peer.channel_id, dialogs))[0].id
redirections[k] = new_id
for a, b in redirections2.items():
new_id2 = list(filter(lambda a: b == a.d...
asked by
20.12.2018 / 17:46