mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
660 B
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
Attributes:
Name | Type | Required |
---|---|---|
day | int | Yes |
month | int | Yes |
year | int | Optional |
Type: Birthday
Example:
$birthday = ['_' => 'birthday', 'day' => int, 'month' => int, 'year' => int];