Figler.Schema.MusicInfo (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for MusicInfo.

Summary

Types

t()

@type t() :: %Figler.Schema.MusicInfo{
  is_paused: boolean() | nil,
  is_stopped: boolean() | nil,
  last_received_song_timestamp_ms: non_neg_integer() | nil,
  message_id: non_neg_integer() | nil,
  song_id: String.t() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()