class types.HelpAppUpdate
extends TypeHelpAppUpdate
import { types } from "https://deno.land/x/mtkruto@0.0.62/mod.ts";
const { HelpAppUpdate } = types;
Constructors
new
HelpAppUpdate(params: { canNotSkip?: true; id: number; version: string; text: string; entities: Array<TypeMessageEntity>; document?: TypeDocument; url?: string; sticker?: TypeDocument; })