fbchat-dev / fbchat-dev/fbchat
FBchatException solution
Aperta
- Lingua principale
- Python
- Stelle
- 1.2k
- Fork
- 403
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I use fbchat to send a message, it works fine but when it doesn't find the person we get a FBchatException. I do not know how to make it possible for him to omit such a person.
```py
for i in range(liczba_pozycji):
klienci = client.searchForUsers(tab_imie_naziwsko[i])
klient = klienci[0]
client.send(Message(text=tab_produkt[i]),
thread_id=format(klient.uid), thread_type=ThreadType.USER)
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.