Trait teloxide::payloads::GetChatMenuButtonSetters
source · [−]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