philia
Preparing search index...
protocol/oicq/message/elements
ButtonElem
Interface ButtonElem
Button消息
interface
ButtonElem
{
content
?:
{
appid
:
number
;
rows
:
{
buttons
:
Button
[]
}
[]
}
;
data
?:
ButtonType
[]
[]
;
type
:
"button"
;
}
Index
Properties
content?
data?
type
Properties
Optional
content
content
?:
{
appid
:
number
;
rows
:
{
buttons
:
Button
[]
}
[]
}
Type declaration
appid
:
number
机器人appid
rows
:
{
buttons
:
Button
[]
}
[]
rows 数组的每个元素表示每一行按钮
Optional
data
data
?:
ButtonType
[]
[]
type
type
:
"button"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
data
type
philia
Loading...
Button消息