Documentation - v0.32.0
Preparing search index...
@mtcute/node
index
TextButton
Interface TextButton
A text-only button (reply keyboards only)
interface
TextButton
{
style
?:
BotKeyboardButtonStyle
;
text
:
string
;
type
:
"text"
;
}
Hierarchy
BotKeyboardButtonBase
TextButton
Index
Properties
style?
text
type
Properties
Optional
style
style
?:
BotKeyboardButtonStyle
Style of the button
text
text
:
string
Text of the button
Readonly
type
type
:
"text"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
style
text
type
Documentation - v0.32.0
Loading...
A text-only button (reply keyboards only)