Skip to main content
Module

x/grm/mod.ts>tl.Api.InputKeyboardButtonUrlAuth

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.InputKeyboardButtonUrlAuth
extends VirtualClass<{ requestWriteAccess?: boolean; text: string; fwdText?: string; url: string; bot: Api.TypeInputUser; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { InputKeyboardButtonUrlAuth } = tl.Api;

Properties

bot: Api.TypeInputUser
className: "InputKeyboardButtonUrlAuth"
classType: "constructor"
CONSTRUCTOR_ID: 3492708308
optional
fwdText: string
optional
requestWriteAccess: boolean
SUBCLASS_OF_ID: 195916963
text: string
url: string

Static Methods

fromReader(reader: Reader): InputKeyboardButtonUrlAuth