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

Describes the birthdate of a user.

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