ExStreamClient.Operations.Chat.PushPreferences (ExStreamClient v0.1.3)
View SourceModules for interacting with the chat/push_preferences
group of Stream APIs
API Reference: https://getstream.github.io/protocol/?urls.primaryName=Chat%20v2
Summary
Functions
Update the push preferences for a user and or channel member. Set to all, mentions or none
Functions
@spec update_push_notification_preferences( ExStreamClient.Model.UpsertPushPreferencesRequest.t(), [{:client, module()}] ) :: {:ok, ExStreamClient.Model.UpsertPushPreferencesResponse.t()} | {:error, any()}
Update the push preferences for a user and or channel member. Set to all, mentions or none
Required Arguments:
Optional Arguments:
client
: HTTP client to use. Must implementExStreamClient.Http.Behavior
(e.g.,ExStreamClient.Http
)