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_getMessageReadParticipants_

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

Get which users read a specific message: only available for groups and supergroups with less than chat_read_mark_size_threshold members, read receipts will be stored for chat_read_mark_expire_period seconds after the message was sent, see client configuration for more info ».

Constructors

new
messages_getMessageReadParticipants_(params: { peer: enums.InputPeer; msg_id: number; })

Properties

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

Message ID

peer: enums.InputPeer

Dialog

Static Properties

__F: (params: { peer: enums.InputPeer; msg_id: number; }) => enums.ReadParticipantDate[]
readonly
[name]: string
readonly
[paramDesc]: ParamDesc