pub trait UnhideGeneralForumTopicSetters: HasPayload<Payload = UnhideGeneralForumTopic> + Sized {
    fn chat_id<T>(self, value: T) -> Self
    where
        T: Into<Recipient>
, { ... } }
Expand description

Setters for fields of UnhideGeneralForumTopic

Provided Methods§

Setter for chat_id field.

Implementors§