THULBVNUJHXMNETYBU2WSMFWD7VPSSNPSOAAVVINL7LIOENEHZRQC
YHNJXHEFIHKZUGR22VCEZQLWR6AADOMXN4GURZXZRXOTWEOZO7AAC
S4P2B3FPF57HPHTIAYGMPCVKB7573IB5ZBKNXVBTB6ICCPF55WNQC
self.call("account/whoami")}pub fn (mut self MatrixActor) sync() ?string { self.call("sync")}pub fn (mut self MatrixActor) call(api string) ?string {
self.call("account/whoami")
}
pub fn (mut self MatrixActor) sync() ?string {
self.call("sync")
pub fn (mut self MatrixActor) call(api string) ?string {
resp := http.fetch("https://$self.host/_matrix/client/r0/account/whoami", config) ?
resp := http.fetch("https://$self.host/_matrix/client/r0/$api", config) ?