Remove the unnecessary comment (bot/api.rs)

This commit is contained in:
Temirkhan Myrzamadi 2019-10-20 01:33:45 +06:00 committed by GitHub
parent 69096dc01d
commit e0a278701d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ use crate::{
types::{ChatAction, ChatId, ChatPermissions, InputFile, InputMedia},
};
/// Telegram functions
impl Bot {
pub fn get_me(&self) -> GetMe {
GetMe::new(self)