# `Membrane.RCMessage.Notification`
[🔗](https://github.com/membraneframework/membrane-core/blob/v1.2.6/lib/membrane/rc_message.ex#L62)

Message sent when the some element of the pipeline receives a notification.

# `t`

```elixir
@type t() :: %Membrane.RCMessage.Notification{
  data: Membrane.ParentNotification.t(),
  element: Membrane.Element.name(),
  from: pid()
}
```

Message sent when the some element of the pipeline receives a notification.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
