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_getCommonChats_

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

Get chats in common with a user

Constructors

new
messages_getCommonChats_(params: { user_id: enums.InputUser; max_id: bigint; limit: number; })

Properties

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

Maximum number of results to return, see pagination

max_id: bigint

Maximum ID of chat to return (see pagination)

user_id: enums.InputUser

User ID

Static Properties

__F: (params: { user_id: enums.InputUser; max_id: bigint; limit: number; }) => enums.messages.Chats
readonly
[name]: string
readonly
[paramDesc]: ParamDesc