skip to Main Content

How i can add my contact in my channel with telethon API python – Telegram API

this is info my channel : dialogs, entities = client.get_dialogs(1) entity = entities[0] print(entity) (channel (ID: 0xa14dca52) = (creator=True, kicked=None, left=None, editor=None, moderator=None, broadcast=True, verified=None, megagroup=None, restricted=None, democracy=None, signatures=None, min=None, id=1135498252, access_hash=-6282984409346664480, title=channel_test, username=None, photo=(chatPhotoEmpty (ID: 0x37c1011c) = ()), date=2017-07-04…

VIEW QUESTION

WHM API: emailtrack_search returns empty records – CPanel

I am using the WHM api to track emails in the mail delivery log, however, the JSON response using emailtrack_search return no records I am calling the following URL 1xx.x.xx.xxx:2087/cpsess####/json-api/emailtrack_search?api.version=1 And this is the JSON response {"metadata":{"result":1,"version":1,"command":"emailtrack_search","reason":"OK","overflowed":0,"__chunked":1},"data":{"records":[]}} Notice that the…

VIEW QUESTION
Back To Top
Search