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