Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_receivedMessages_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_receivedMessages_
extends Function_<enums.ReceivedNotifyMessage[]>
import { messages_receivedMessages_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Confirms receipt of messages by a client, cancels PUSH-notification sending.

Constructors

new
messages_receivedMessages_(params: { max_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
max_id: number

Maximum message ID available in a client.

Static Properties

__F: (params: { max_id: number; }) => enums.ReceivedNotifyMessage[]
readonly
[name]: string
readonly
[paramDesc]: ParamDesc