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>channels_clickSponsoredMessage_

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

Informs the server that the user has either:

Constructors

new
channels_clickSponsoredMessage_(params: { channel: enums.InputChannel; random_id: Uint8Array; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

Channel where the sponsored message was posted

random_id: Uint8Array

Message ID

Static Properties

__F: (params: { channel: enums.InputChannel; random_id: Uint8Array; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc