Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy/types.ts>Birthdate

The Telegram Bot Framework.
Very Popular
Latest
interface Birthdate
import { type Birthdate } from "https://deno.land/x/grammy@v1.25.1/types.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