pub trait EditGeneralForumTopicSetters: HasPayload<Payload = EditGeneralForumTopic> + Sized {
// Provided methods
fn chat_id<T>(self, value: T) -> Self
where T: Into<Recipient> { ... }
fn name<T>(self, value: T) -> Self
where T: Into<String> { ... }
}
Expand description
Setters for fields of EditGeneralForumTopic