interface Birthdateimport { type Birthdate } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.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