Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_menu/deps.deno.ts>Birthdate

Interactive menus for grammY.
Go to Latest
interface Birthdate
import { type Birthdate } from "https://deno.land/x/grammy_menu@v1.2.2/deps.deno.ts";

Describes the birthdate of a user.

Properties

day: number

Day of the user's birth; 1-31

month: number

Month of the user's birth; 1-12

optional
year: number

Year of the user's birth