Репост из: Phoenix Syntax
🌟 Telegram yulduzcha
if($text=="/creat"){
$link = bot('createInvoiceLink',[
'title' => "Telegram Stars",
'description' => "Donate qilish",
'payload' => "add",
'currency' => 'XTR',
'start_parameter'=>'pay',
'photo_url' => "https://telegra.ph/file/0f4d11055570ba7c2d65a.jpg",
'photo_width' => 320,
'photo_height' => 320,
'prices' => json_encode([[
'label' => "@PhoenixSyntax",
'amount' => "10" // 10 stars
]
]),
])->result;
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"ok: $link"
]);
}
✔️ Dasturchi: @allusefull
📢 Kanal: @PhoenixSyntax
if($text=="/creat"){
$link = bot('createInvoiceLink',[
'title' => "Telegram Stars",
'description' => "Donate qilish",
'payload' => "add",
'currency' => 'XTR',
'start_parameter'=>'pay',
'photo_url' => "https://telegra.ph/file/0f4d11055570ba7c2d65a.jpg",
'photo_width' => 320,
'photo_height' => 320,
'prices' => json_encode([[
'label' => "@PhoenixSyntax",
'amount' => "10" // 10 stars
]
]),
])->result;
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"ok: $link"
]);
}
🔗 Telegram Stars ni url yani link ko’rinishida to’lash
✔️ Dasturchi: @allusefull
📢 Kanal: @PhoenixSyntax