interface Birthdateimport { type Birthdate } from "https://deno.land/x/grammy_types@v3.15.0/manage.ts"; Describes the birthdate of a user. Propertiesday: numberDay of the user's birth; 1-31 month: numberMonth of the user's birth; 1-12 optionalyear: numberYear of the user's birth