Skip to content

export Interface

StoredInvoice ​

extends ​

Omit<SendInvoicePayload, "chat_id" | "message_thread_id" | "provider_token" | "prices">

Properties ​

currency : string ​

description : string ​

disable_notification? : boolean ​

is_flexible? : boolean ​

max_tip_amount? : number ​

message_effect_id? : string ​

need_email? : boolean ​

need_name? : boolean ​

need_phone_number? : boolean ​

need_shipping_address? : boolean ​

payload : string ​

photo_height? : number ​

photo_size? : number ​

photo_url? : string ​

photo_width? : number ​

prices : LabeledPrices ​

protect_content? : boolean ​

provider_data? : string ​

reply_markup? : InlineKeyboardMarkup ​

reply_parameters? : ReplyParameters ​

send_email_to_provider? : boolean ​

send_phone_number_to_provider? : boolean ​

start_parameter? : string ​

suggested_tip_amounts? : number[] ​

title : string ​