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

x/mtkruto/tl/2_types.ts>SearchResultPosition_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class SearchResultPosition_
import { SearchResultPosition_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Information about a message in a specific position

Constructors

new
SearchResultPosition_(params: { msg_id: number; date: number; offset: number; })

Properties

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

When was the message sent

msg_id: number

Message ID

offset: number

0-based message position in the full list of suitable messages

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc