🤖 تکه کد
3️⃣فانکشن کاربردی ربات تلگرام
⚠️ توجه کنید ک این تکه کد برای ربات هایی که با زبان
🎲 توسعه داده شدهاند مناسب میباشد.
➖➖➖➖➖➖➖➖➖➖
# فانکشن ارسال پیام
function sendMessage($chat_id,$text,$mode,$keyhome){
bot('SendMessage',[
'chat_id'=>$chat_id,
'text'=>$text,
'parse_mode'=>$mode, 'reply_markup'=>$keyhome
]);}
# فانکشن ارسال عکس
function sendPhoto($chat_id,$photo,$caption,$keyhome){
bot('sendphoto',[
'chat_id'=>$chat_id,
'photo'=>$photo,
'caption'=>$caption, 'reply_markup'=>$keyhome
]);}
# فانکشن ارسال ویس
function sendVoice($chat_id,$voice,$caption,$keyhome){
bot('sendvoice',[
'chat_id'=>$chat_id,
'voice'=>$voice,
'caption'=>$caption, 'reply_markup'=>$keyhome
]);}
➖➖➖➖➖➖➖➖➖➖
💬 @HeroExpert_ir