mirror of
https://github.com/signaller-matrix/signaller.git
synced 2025-02-16 20:26:33 +00:00
6 lines
92 B
Go
6 lines
92 B
Go
|
package common
|
||
|
|
||
|
type Presence struct {
|
||
|
events []Event `json:"events"` // List of events.
|
||
|
}
|