Bingex.User.Data.GetReferral (Bingex v0.2.1)

Represents response content on Bingex.User.get_referral request.

Summary

Types

t()

@type t() :: %Bingex.User.Data.GetReferral{
  referral: nil | Bingex.User.Model.ReferralInfo.t()
}

Functions

decode(arg1)

@spec decode(any()) :: t()

embed_in_reply(reply)

@spec embed_in_reply(Bingex.API.Reply.t()) :: Bingex.API.Reply.t(t())