- Thread Author
- #1
Let's say I wanted to detect this interface.
This is what I tried:
interface = Interfaces.newQuery().texts("Congratulations").results().first();
But it just returns null, while being logged in with the above interface visible. What am I doing wrong here? Do ChatboxInterfaces use a different class?

This is what I tried:
interface = Interfaces.newQuery().texts("Congratulations").results().first();
But it just returns null, while being logged in with the above interface visible. What am I doing wrong here? Do ChatboxInterfaces use a different class?