Nostrum.Struct.Message.Activity (nostrum v0.11.0-dev)

View Source

Struct representing a Discord message activity.

Summary

Types

party_id()

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

The party id from a rich presence event.

t()

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

type()

@type type() :: integer()

Type of message activity.