View Source ExGram.Model.AcceptedGiftTypes (ex_gram v0.55.0)

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

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

Functions