Documentation - v0.32.0
Preparing search index...
@mtcute/deno
index
UrlButton
Interface UrlButton
A button opening a link
interface
UrlButton
{
style
?:
BotKeyboardButtonStyle
;
text
:
string
;
type
:
"url"
;
url
:
string
;
}
Hierarchy
BotKeyboardButtonBase
UrlButton
Index
Properties
style?
text
type
url
Properties
Optional
style
style
?:
BotKeyboardButtonStyle
Style of the button
text
text
:
string
Text of the button
Readonly
type
type
:
"url"
url
url
:
string
URL to open
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
style
text
type
url
Documentation - v0.32.0
Loading...
A button opening a link