ravenx_pusher v0.2.1 RavenxPusher.Push View Source

RavenxPusher.Push represents a Push being sent through Pusher.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %RavenxPusher.Push{
  channels: binary() | [binary()],
  data: any(),
  event: binary(),
  sent?: atom(),
  socket_id: binary()
}