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_saveDefaultSendAs_

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

Change the default peer that should be used when sending messages, reactions, poll votes to a specific group

Constructors

new
messages_saveDefaultSendAs_(params: { peer: enums.InputPeer; send_as: enums.InputPeer; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.InputPeer

Group

send_as: enums.InputPeer

The default peer that should be used when sending messages to the group

Static Properties

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