staticQStringqueryTox1(constQString&record,boolsilent=true);///< Record should look like user@domain.tld
staticQStringqueryTox3(consttox3_server&server,constQString&record,boolsilent=true);///< Record should look like user@domain.tld, may fallback on queryTox1
protected:
staticvoidshowWarning(constQString&message);
ToxDNS()=default;
private:
/// Try to fetch the first entry of the given TXT record
/// Returns an empty object on failure. May block for up to ~3s
/// May display message boxes on error if silent if false