XApiEx.Model.Post.Attachments (x_api_ex v1.0.0)

Attachments on a post (media keys, poll IDs).

Summary

Functions

Returns the value unchanged; this model has no nested structs to deserialize.

Types

t()

@type t() :: %XApiEx.Model.Post.Attachments{
  media_keys: [String.t()] | nil,
  poll_ids: [String.t()] | nil
}

Functions

decode(value)

@spec decode(map()) :: t()

Returns the value unchanged; this model has no nested structs to deserialize.