[][src]Trait telebot::functions::FunctionSetChatTitle

pub trait FunctionSetChatTitle {
    fn set_chat_title(
        &self,
        _chat_id: Integer,
        _title: String
    ) -> WrapperSetChatTitle; }

Required methods

fn set_chat_title(
    &self,
    _chat_id: Integer,
    _title: String
) -> WrapperSetChatTitle

Loading content...

Implementors

impl FunctionSetChatTitle for RequestHandle[src]

Loading content...