In python-telegram lib; I have a problem with calling methods which require data in object_ptr data type (You can read about it in tdlib documentation) Exactly my problem is in addContact method. How should I pass data in params ? I act like this: The print result is None & no contact is added. Where is the problem? This links