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
pub trait GetChatMenuButtonSetters: HasPayload<Payload = GetChatMenuButton> + Sized {
fn chat_id<T>(self, value: T) -> Self
where
T: Into<ChatId>,
{ ... }
}Setters for fields of GetChatMenuButton