Closed richard-ash closed 3 years ago
Updates Presence.Options to have an explicit public init. As structs only automatically generate internal init this will enable one to customize the options for Presence.
Presence.Options
public init
internal init
Presence
This is available in 2.1.0
Thanks @dsrees!
Updates
Presence.Options
to have an explicitpublic init
. As structs only automatically generateinternal init
this will enable one to customize the options forPresence
.