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