Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions example.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
$telegram->sendMessage('Yaxshi sizchi?');
} elseif ($data->text == 'qandaysiz') {
$telegram->sendMessage('Yaxshi sizchi?');
} elseif ($data->text == 'rasim yubor' || $data->text == 'rasim jonat') {
$telegram->sendPhoto('https://www.fotor.com/ru/loopBannerImg/ru-homeloop2.jpg', 'senga rasim kerakmi ol ana bolmasa');
} elseif ($data->text == 'rasim yuboring' || $data->text == 'rasim jonating') {
$telegram->sendPhoto('https://cdn.pixabay.com/photo/2018/01/14/23/12/nature-3082832__340.jpg', 'Madaniyat bilan soraganingiz uchun raxmat :)');
} elseif ($data->text == 'rasm yubor' || $data->text == 'rasm jonat') {
$telegram->sendPhoto('https://www.fotor.com/ru/loopBannerImg/ru-homeloop2.jpg', 'senga rasm kerakmi? ol ana bolmasa');
} elseif ($data->text == 'rasm yuboring' || $data->text == 'rasim jonating') {
$telegram->sendPhoto('https://cdn.pixabay.com/photo/2018/01/14/23/12/nature-3082832__340.jpg', 'Madaniyat bilan so\'raganingiz uchun rahmat :)');
} else {
$telegram->sendMessage('Kechirasiz meni soz boyligim chegaralangan va men boshqa soz bilmayman:( menga faqat "salom", "qalesan yoki qalesiz", "rasim yubor yoki rasim yuboring" desangiz javob berishim mumkin');
}
$telegram->sendMessage('Kechirasiz meni so\'z boyligim chegaralangan va men boshqa so\'z bilmayman:( menga faqat "salom", "qalesan yoki qalesiz", "rasm yubor yoki rasm yuboring" desangiz javob berishim mumkin');
}