Answer the question
In order to leave comments, you need to log in
How to add a user to telegram contacts?
How to add a user to the contact book in telegram through the telethon library, knowing only his id?
Answer the question
In order to leave comments, you need to log in
contact = InputPhoneContact(client_id = 0, phone = "+12345678", first_name="ABC", last_name="abc")
result = client.invoke(ImportContactsRequest([contact], replace=True))
$keys = array_keys($arr["ELEMENTS"]);
sort($keys);
$arr["ELEMENTS"] = array_map(function ($val) {
return [
$val => [
"ID" => $val
]
];
}, $keys);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question