View Source Nostrum.Struct.Message.Activity (Nostrum v0.8.0)

Struct representing a Discord message activity.

Link to this section Summary

Link to this section Types

@type party_id() :: String.t() | nil

The party id from a rich presence event.

@type t() :: %Nostrum.Struct.Message.Activity{party_id: party_id(), type: type()}
@type type() :: integer()

Type of message activity.