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

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

Check whether we can post stories as the specified peer.

Constructors

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

Properties

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

The peer from which we wish to post stories.

Static Properties

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