Skip to main content
Module

x/mtkruto/mod.ts>functions.ChannelsGetMessages

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.ChannelsGetMessages
extends Function<types.TypeMessagesMessages>
import { functions } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";
const { ChannelsGetMessages } = functions;

Constructors

new
ChannelsGetMessages(params: { channel: types.TypeInputChannel; id: Array<types.TypeInputMessage>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channel: types.TypeInputChannel
id: Array<types.TypeInputMessage>

Static Properties

readonly
[paramDesc]: ParamDesc