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