MadelineProtoDocs/docs/API_docs/constructors/birthday.md
2024-05-01 14:53:46 +02:00

660 B

title description nav_exclude image
birthday birthday attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: birthday

Back to constructors index

Attributes:

Name Type Required
day int Yes
month int Yes
year int Optional

Type: Birthday

Example:

$birthday = ['_' => 'birthday', 'day' => int, 'month' => int, 'year' => int];