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