mautrix-go/event/audio.go
Sumner Evans 8e1fdfda2c
event: add unstable audio and voice fields
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-06-20 10:00:42 -06:00

8 lines
160 B
Go

package event
type MSC1767Audio struct {
Duration int `json:"duration,omitempty"`
Waveform []int `json:"waveform,omitempty"`
}
type MSC3245Voice struct{}