13 lines
166 B
Go
13 lines
166 B
Go
package events
|
|
|
|
import (
|
|
"go.mau.fi/mautrix-gmessages/libgm/binary"
|
|
)
|
|
|
|
type QRCODE_UPDATED struct {
|
|
URL string
|
|
}
|
|
|
|
type PairSuccessful struct {
|
|
*binary.Container
|
|
}
|