Skip to main content
Module

x/grm/mod.ts>tl.Api.bots.SetBotMenuButton

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.bots.SetBotMenuButton
extends Request<Partial<{ userId: Api.TypeEntityLike; button: Api.TypeBotMenuButton; }>, Bool>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { SetBotMenuButton } = tl.Api.bots;

Properties

button: Api.TypeBotMenuButton
className: "bots.SetBotMenuButton"
classType: "request"
CONSTRUCTOR_ID: 1157944655
SUBCLASS_OF_ID: 4122188204
userId: Api.TypeEntityLike

Static Methods

fromReader(reader: Reader): SetBotMenuButton