[][src]Trait telebot::functions::FunctionSetChatDescription

pub trait FunctionSetChatDescription {
    fn set_chat_description(
        &self,
        _chat_id: Integer,
        _description: String
    ) -> WrapperSetChatDescription; }

Required methods

fn set_chat_description(
    &self,
    _chat_id: Integer,
    _description: String
) -> WrapperSetChatDescription

Loading content...

Implementors

impl FunctionSetChatDescription for RequestHandle[src]

Loading content...