Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>Update.NonChannel

Hydration plugin for API calls and context objects.
Latest
interface Update.NonChannel
import { type Update } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.ts";
const { NonChannel } = Update;

Internal type holding properties that message updates outside of channels share.

Properties

chat: Exclude<Chat, Chat.ChannelChat>
from: User