telethon

    2熱度

    2回答

    如何查看我的所有聯繫人並向他們發送消息? 我使用Telethon(API電報python)。 from telethon.tl.functions.contacts import ResolveUsernameRequest from telethon.tl.types import InputChannelEmpty from telethon import TelegramClient

    3熱度

    3回答

    如何在telethon python的聯繫人中保存號碼? from telethon import TelegramClient from telethon.tl.functions.contacts import GetContactsRequest from telethon.tl.types import InputPeerUser client = TelegramClient('a

    0熱度

    2回答

    我使用這個腳本的連接,並創建活動上 from telethon import TelegramClient from telethon.tl.functions.messages import GetHistoryRequest from telethon.utils import get_input_peer api_id = 7**** api_hash = 'ef584d******

    1熱度

    1回答

    如何在特定頻道\聊天中進行文本搜索? 在應用& web客戶端,你可以用文本和日期範圍搜索, ,你就會得到結果+計數器的列表。 有沒有我可以調用的方法?

    1熱度

    1回答

    我在嘗試製作一個簡單的自動回覆腳本。我做了一個無限循環,每秒要求client.get_message_history(entity, limit=10)。 (希望這將不會超過10條新消息)然後檢查是否有任何新消息併發送我的回覆client.send_message 但我認爲這不是每個垃圾電報服務器的好主意。沒有不必要的垃圾郵件可能有更有效的方法嗎?

    2熱度

    1回答

    我嘗試通過通道ID來獲得渠道的名字: result = self._client(GetHistoryRequest( entity, limit=100, offset_date=None, offset_id=0, max_id=0, min_id=last_read_message_id, add_offset

    3熱度

    1回答

    我真的很難理解如何使用Telethon使用Telegram api。我在電報中有一些頻道,我想刪除舊的消息。使用inputpeerchannel()我需要channel_id(沒有問題)和channel_hash。我無法找到如何通過channel_id獲取此channel_hash。謝謝德國