ExGram.Model.AcceptedGiftTypes (ex_gram v0.55.1)

View Source

This object describes the types of gifts that can be gifted to a user or a chat.

Check the documentation of this model in https://core.telegram.org/bots/api#acceptedgifttypes

Summary

Types

t()

@type t() :: %ExGram.Model.AcceptedGiftTypes{
  limited_gifts: boolean(),
  premium_subscription: boolean(),
  unique_gifts: boolean(),
  unlimited_gifts: boolean()
}

Functions

decode_as()