startMetaQuery method
Initialize new meta {@link Tinode.GetQuery} builder. The query is attached to the current topic. It will not work correctly if used with a different topic
Implementation
MetaGetBuilder startMetaQuery() {
return MetaGetBuilder(this);
}