mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-15 23:05:52 +01:00
8 lines
160 B
Go
8 lines
160 B
Go
package event
|
|
|
|
type MSC1767Audio struct {
|
|
Duration int `json:"duration,omitempty"`
|
|
Waveform []int `json:"waveform,omitempty"`
|
|
}
|
|
|
|
type MSC3245Voice struct{}
|