matrix-org / gomatrix

A Golang Matrix client
Apache License 2.0
285 stars 53 forks source link

Add ReqRegisterAppservice struct #96

Closed jaywink closed 3 years ago

jaywink commented 3 years ago

Appservices use a different structure when calling /register, requiring passing in also a type, but not requiring many of the other fields in normal client register.

Add a separate struct for appservices building on this module.