Preparing search index...
The search index is not available
tdjson
tdjson
KeyboardButton
Interface KeyboardButton
Represents a single button in a bot keyboard.
interface
KeyboardButton
{
@type
:
"keyboardButton"
;
text
:
string
;
type
:
KeyboardButtonType
;
}
Index
Properties
@type
text
type
Properties
@type
@type
:
"keyboardButton"
text
text
:
string
Text of the button.
type
type
:
KeyboardButtonType
Type of the button.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
@type
text
type
tdjson
Loading...
Represents a single button in a bot keyboard.