CF Workers Telegram Bot - v11.2.1
Preparing search index...
SendInvoiceParams
Interface SendInvoiceParams
Interface for invoice parameters
interface
SendInvoiceParams
{
business_connection_id
?:
string
|
number
;
chat_id
:
string
|
number
;
currency
:
string
;
description
:
string
;
message_thread_id
?:
number
;
payload
:
string
;
prices
:
{
amount
:
number
;
label
:
string
}
[]
;
provider_token
:
string
;
title
:
string
;
}
Hierarchy (
View Summary
)
TelegramApiBaseParams
SendInvoiceParams
Index
Properties
business_
connection_
id?
chat_
id
currency
description
message_
thread_
id?
payload
prices
provider_
token
title
Properties
Optional
business_
connection_
id
business_connection_id
?:
string
|
number
chat_
id
chat_id
:
string
|
number
currency
currency
:
string
description
description
:
string
Optional
message_
thread_
id
message_thread_id
?:
number
payload
payload
:
string
prices
prices
:
{
amount
:
number
;
label
:
string
}
[]
provider_
token
provider_token
:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
business_
connection_
id
chat_
id
currency
description
message_
thread_
id
payload
prices
provider_
token
title
CF Workers Telegram Bot - v11.2.1
Loading...
Interface for invoice parameters