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

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

Check whether the specified bot can send us messages

Constructors

new
bots_canSendMessage_(params: { bot: enums.InputUser; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
bot: enums.InputUser

The bot

Static Properties

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