[][src]Trait telebot::functions::FunctionDeleteChatPhoto

pub trait FunctionDeleteChatPhoto {
    fn delete_chat_photo(&self, _chat_id: Integer) -> WrapperDeleteChatPhoto;
}

Required methods

Loading content...

Implementors

impl FunctionDeleteChatPhoto for RequestHandle[src]

Loading content...