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_toggleSignatures_

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

Enable/disable message signatures in channels

Constructors

new
channels_toggleSignatures_(params: { channel: enums.InputChannel; enabled: boolean; })

Properties

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

Channel

enabled: boolean

Value

Static Properties

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