Current section

Files

Jump to
telega include telega@model@types_Birthdate.hrl
Raw

include/telega@model@types_Birthdate.hrl

-record(birthdate, {
day :: integer(),
month :: integer(),
year :: gleam@option:option(integer())
}).