Changeset 1508639
- Timestamp:
- 10/05/2016 09:43:00 AM (9 years ago)
- Location:
- channeller-telegram-channel-administrator/trunk
- Files:
-
- 1 added
- 1 edited
-
includes/ch-send-functions.php (modified) (1 diff)
-
languages/tchannel.pot (added)
Legend:
- Unmodified
- Added
- Removed
-
channeller-telegram-channel-administrator/trunk/includes/ch-send-functions.php
r1508280 r1508639 137 137 // ); 138 138 139 $ message= urlencode($caption);139 $caption = urlencode($caption); 140 140 if ($keyboard == 'no') { 141 141 $url = 'https://api.telegram.org/bot'.$token.'/sendPhoto?chat_id='.$chatter.'&photo='.$photo.'&caption='.$caption.'&parse_mode=HTML';
Note: See TracChangeset
for help on using the changeset viewer.