Skip to main content
Module

x/grm/mod.ts>InlineResult

MTProto API Client for Deno 🦕
Latest
class InlineResult
Re-export
import { InlineResult } from "https://deno.land/x/grm@0.8.2/mod.ts";

Constructors

new
InlineResult(
queryId?: Api.long,
entity?: Api.TypeEntityLike,
)

Properties

private
_ARTICLE: string
private
_AUDIO: string
private
_client: AbstractTelegramClient
private
_CONTACT: string
private
_DOCUMENT: string
private
readonly
_entity: Api.TypeEntityLike | undefined
private
_GAME: string
private
_GIF: string
private
_LOCATION: string
private
_PHOTO: string
private
readonly
_queryId: Api.long | undefined
private
_VENUE: string
private
_VIDEO: string
private
_VIDEO_GIF: string
private
readonly
result: Api.TypeBotInlineResult
readonly
description
readonly
document
readonly
message
readonly
photo
readonly
type
readonly
url

Methods

click(
entity?: Api.TypeEntityLike,
replyTo?: Api.TypeMessageIDLike,
silent?,
clearDraft?,
hideVia?,
)