package matrixbot import "time" type MatrixToken struct { AccessToken string Expires time.Time RefreshToken string }