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

Setters for fields of GetChatMenuButton

Provided Methods§

Setter for chat_id field.

Implementors§