logo
pub trait GetChatMenuButtonSetters: HasPayload<Payload = GetChatMenuButton> {
    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