Function grammers_client::types::button::switch_inline_elsewhere

source ·
pub fn switch_inline_elsewhere<T: Into<String>, Q: Into<String>>(
    text: T,
    query: Q
) -> Inline
Expand description

An inline button identical to switch_inline, except the user will be prompted to select a different chat.

Pressing the button will prompt the user to select one of their chats, open that chat and insert the bot’s username and the specified inline query in the input field.