gmessages/libgm/events/qr.go

14 lines
155 B
Go
Raw Normal View History

2023-06-30 09:54:08 +00:00
package events
2023-06-30 11:48:58 +00:00
import (
"go.mau.fi/mautrix-gmessages/libgm/binary"
)
2023-06-30 13:09:29 +00:00
type QR struct {
2023-06-30 10:43:54 +00:00
URL string
2023-06-30 09:55:49 +00:00
}
2023-06-30 11:48:58 +00:00
type PairSuccessful struct {
*binary.PairedData
2023-06-30 11:48:58 +00:00
}