第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Telethon client.conversation() 不起作用

Telethon client.conversation() 不起作用

人到中年有點(diǎn)甜 2023-10-26 10:41:38
我嘗試使用電視馬拉松與電報(bào)機(jī)器人進(jìn)行類似測驗(yàn)的對(duì)話。它應(yīng)該看起來像:user1 > /startbot > Hello who send you?user1 > user0bot > Thank you. So do you want in channel1 or channel2 or both?user1 > channel1*Bot invites the user我使用了這個(gè)例子: https://arabic-telethon.readthedocs.io/en/stable/extra/examples/telegram-client.html#conversations-waiting-for-messages-or-replies 示例代碼:with bot.conversation(chat) as conv:    conv.send_message('Hi!')    hello = conv.get_response()    conv.send_message('Please tell me your name')    name = conv.get_response().raw_text    while not any(x.isalpha() for x in name):        conv.send_message("Your name didn't have any letters! Try again")        name = conv.get_response().raw_text    conv.send_message('Thanks {}!'.format(name))但它不會(huì)運(yùn)行。文檔中寫道,聊天代表一個(gè)實(shí)體。所以我嘗試了發(fā)件人 ID 和用戶名...我的代碼:@bot.on(events.NewMessage(chats=bot.get_entity('Just Another Test Group'),blacklist_chats=True,pattern='/access'))async def access(event):    print("jop")    temp = await event.get_sender()    temp2 = await event.get_chat()    print(temp)    print(temp2.id)    with bot.conversation(temp.id) as conv:        print("started")        event.respond("hmm")        conv.send_message('Hi!')        hello = conv.get_response()        conv.send_message('Please tell me your name')        name = conv.get_response().raw_text        while not any(x.isalpha() for x in name):            conv.send_message("Your name didn't have any letters! Try again")            name = conv.get_response().raw_text        conv.send_message('Thanks {}!'.format(name))
查看完整描述

1 回答

?
幕布斯6054654

TA貢獻(xiàn)1876條經(jīng)驗(yàn) 獲得超7個(gè)贊

天啊……對(duì)不起。這是關(guān)于 Telegram Web 的。

當(dāng)我使用手機(jī)或桌面應(yīng)用程序時(shí),我會(huì)完美地重新排列所有內(nèi)容......

我對(duì)此感到抱歉。


查看完整回答
反對(duì) 回復(fù) 2023-10-26
  • 1 回答
  • 0 關(guān)注
  • 176 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)