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

x/grammy/types.deno.ts>BackgroundType

The Telegram Bot Framework.
Very Popular
Go to Latest
type alias BackgroundType
import { type BackgroundType } from "https://deno.land/x/grammy@v1.31.2/types.deno.ts";

This object describes the type of a background. Currently, it can be one of

  • BackgroundTypeFill
  • BackgroundTypeWallpaper
  • BackgroundTypePattern
  • BackgroundTypeChatTheme
  • BackgroundTypeFill
definition:
| BackgroundTypeFill
| BackgroundTypeWallpaper
| BackgroundTypePattern
| BackgroundTypeChatTheme