mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-27 15:49:23 +00:00
Add vendor (steam)
This commit is contained in:
9
vendor/github.com/Philipp15b/go-steam/notifications_events.go
generated
vendored
Normal file
9
vendor/github.com/Philipp15b/go-steam/notifications_events.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
package steam
|
||||
|
||||
// This event is emitted for every CMsgClientUserNotifications message and likewise only used for
|
||||
// trade offers. Unlike the the above it is also emitted when the count of a type that was tracked
|
||||
// before by this Notifications instance reaches zero.
|
||||
type NotificationEvent struct {
|
||||
Type NotificationType
|
||||
Count uint
|
||||
}
|
Reference in New Issue
Block a user