CF Workers Telegram Bot - v11.2.1
Preparing search index...
SendMessageParams
Interface SendMessageParams
Interface for message parameters
interface
SendMessageParams
{
business_connection_id
?:
string
|
number
;
chat_id
:
string
|
number
;
disable_notification
?:
boolean
;
disable_web_page_preview
?:
boolean
;
message_thread_id
?:
number
;
parse_mode
:
string
;
protect_content
?:
boolean
;
reply_markup
?:
object
;
reply_to_message_id
?:
string
|
number
;
text
:
string
;
}
Hierarchy (
View Summary
)
TelegramApiBaseParams
SendMessageParams
SendMessageDraftParams
Index
Properties
business_
connection_
id?
chat_
id
disable_
notification?
disable_
web_
page_
preview?
message_
thread_
id?
parse_
mode
protect_
content?
reply_
markup?
reply_
to_
message_
id?
text
Properties
Optional
business_
connection_
id
business_connection_id
?:
string
|
number
chat_
id
chat_id
:
string
|
number
Optional
disable_
notification
disable_notification
?:
boolean
Optional
disable_
web_
page_
preview
disable_web_page_preview
?:
boolean
Optional
message_
thread_
id
message_thread_id
?:
number
parse_
mode
parse_mode
:
string
Optional
protect_
content
protect_content
?:
boolean
Optional
reply_
markup
reply_markup
?:
object
Optional
reply_
to_
message_
id
reply_to_message_id
?:
string
|
number
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
business_
connection_
id
chat_
id
disable_
notification
disable_
web_
page_
preview
message_
thread_
id
parse_
mode
protect_
content
reply_
markup
reply_
to_
message_
id
text
CF Workers Telegram Bot - v11.2.1
Loading...
Interface for message parameters