Skip to main content
Module

x/grm/mod.ts>tl.Api.help.TermsOfServiceUpdate

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.help.TermsOfServiceUpdate
extends VirtualClass<{ expires: int; termsOfService: help.TypeTermsOfService; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { TermsOfServiceUpdate } = tl.Api.help;

Properties

className: "help.TermsOfServiceUpdate"
classType: "constructor"
CONSTRUCTOR_ID: 686618977
expires: int
SUBCLASS_OF_ID: 691808631
termsOfService: help.TypeTermsOfService

Static Methods

fromReader(reader: Reader): TermsOfServiceUpdate