Function grammers_client::types::button::text

source ·
pub fn text<T: Into<String>>(text: T) -> Keyboard
Expand description

A keyboard button in its simplest form.

When pressed, the button’s text will be sent as a normal message, as if the user had typed it.