CF Workers Telegram Bot - v11.2.1
Preparing search index...
AnswerInlineParams
Interface AnswerInlineParams
Interface for inline query parameters
interface
AnswerInlineParams
{
cache_time
?:
number
;
inline_query_id
:
string
|
number
;
is_personal
?:
boolean
;
next_offset
?:
string
;
results
:
|
TelegramInlineQueryResultArticle
[]
|
TelegramInlineQueryResultPhoto
[]
|
TelegramInlineQueryResultVideo
[]
;
}
Index
Properties
cache_
time?
inline_
query_
id
is_
personal?
next_
offset?
results
Properties
Optional
cache_
time
cache_time
?:
number
inline_
query_
id
inline_query_id
:
string
|
number
Optional
is_
personal
is_personal
?:
boolean
Optional
next_
offset
next_offset
?:
string
results
results
:
|
TelegramInlineQueryResultArticle
[]
|
TelegramInlineQueryResultPhoto
[]
|
TelegramInlineQueryResultVideo
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache_
time
inline_
query_
id
is_
personal
next_
offset
results
CF Workers Telegram Bot - v11.2.1
Loading...
Interface for inline query parameters