Added comment
This commit is contained in:
		
							parent
							
								
									12e155f740
								
							
						
					
					
						commit
						1484a39990
					
				@ -105,7 +105,9 @@ void Telegram::TelegramBot::sendMessage(std::string message, std::string chat_id
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Sends a phot from the internet to a chat
 | 
					 * Sends a picture from the internet to a chat
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * URL MUST BE HTTP!
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
void Telegram::TelegramBot::sendPhoto(std::string URL, std::string chat_id) {
 | 
					void Telegram::TelegramBot::sendPhoto(std::string URL, std::string chat_id) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user