View Source ExGram.Model.Birthdate (ex_gram v0.52.2)

No description available.

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

Summary

Types

@type t() :: %ExGram.Model.Birthdate{
  day: integer(),
  month: integer(),
  year: integer() | nil
}

Functions