Preparing search index...
The search index is not available
tdjson
tdjson
InlineKeyboardButton
Interface InlineKeyboardButton
Represents a single button in an inline keyboard.
interface
InlineKeyboardButton
{
@type
:
"inlineKeyboardButton"
;
text
:
string
;
type
:
InlineKeyboardButtonType
;
}
Index
Properties
@type
text
type
Properties
@type
@type
:
"inlineKeyboardButton"
text
text
:
string
Text of the button.
type
type
:
InlineKeyboardButtonType
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 an inline keyboard.