Changeset 1341140
- Timestamp:
- 02/02/2016 04:26:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
channeller-telegram-channel-administrator/trunk/includes/ch-send-functions.php
r1340465 r1341140 19 19 $mime_type = finfo_file($finfo, $photo); 20 20 $chatter = get_site_option( $chat_id ); 21 $caption = truncate_channeller ($caption , 200);21 $caption = truncate_channeller ($caption , 180); 22 22 $fields = array( 23 23 'chat_id' => $chatter, … … 56 56 $options = get_option( 'tchannel_settings' ); 57 57 $token = $options['tchannel_text_token']; 58 $message = truncate_channeller ($message , 3000);58 $message = truncate_channeller ($message , 2980); 59 59 if ($token) { 60 60 $url = 'https://api.telegram.org/bot'.$token.'/sendMessage';
Note: See TracChangeset
for help on using the changeset viewer.