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