Fix comment in InputAccountDataRequest
parent
dc0bac85d5
commit
9e3d771a32
|
@ -36,7 +36,7 @@ type UserInternalAPI interface {
|
|||
type InputAccountDataRequest struct {
|
||||
UserID string // required: the user to set account data for
|
||||
RoomID string // optional: the room to associate the account data with
|
||||
DataType string // optional: the data type of the data
|
||||
DataType string // required: the data type of the data
|
||||
AccountData json.RawMessage // required: the message content
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue