Trait teloxide_core::payloads::SetChatTitleSetters
source · pub trait SetChatTitleSetters: HasPayload<Payload = SetChatTitle> + Sized {
// Provided methods
fn chat_id<T>(self, value: T) -> Self
where T: Into<Recipient> { ... }
fn title<T>(self, value: T) -> Self
where T: Into<String> { ... }
}
Expand description
Setters for fields of SetChatTitle