philia
Preparing search index...
protocol/oicq/message/converter
PhiliaToOICQ
Class PhiliaToOICQ
Index
Constructors
constructor
Properties
after
atall
atme
before
brief
c
content
source?
Methods
_
button
_
file
audio
button
convert
extend
file
image
mention
platform
reply
text
video
voice
Constructors
constructor
new
PhiliaToOICQ
(
c
:
Client
,
message
:
Message
)
:
PhiliaToOICQ
Parameters
c
:
Client
message
:
Message
Returns
PhiliaToOICQ
Properties
after
after
:
MessageElem
[]
= []
atall
atall
:
boolean
= false
atme
atme
:
boolean
= false
before
before
:
(
string
|
MessageSegment
)
[]
brief
brief
:
string
= ""
Protected
Readonly
c
c
:
Client
content
content
:
string
= ""
Optional
source
source
?:
Quotable
引用回复
Methods
_
button
_button
(
button
:
ButtonType
)
:
any
Parameters
button
:
ButtonType
Returns
any
_
file
_file
(
type
:
|
"at"
|
"platform"
|
"file"
|
"record"
|
"button"
|
"video"
|
"image"
|
"text"
|
"node"
|
"reply"
|
"extend"
|
"markdown"
|
"quote"
,
ms
:
AFile
,
)
:
Promise
<
void
>
Parameters
type
:
|
"at"
|
"platform"
|
"file"
|
"record"
|
"button"
|
"video"
|
"image"
|
"text"
|
"node"
|
"reply"
|
"extend"
|
"markdown"
|
"quote"
ms
:
AFile
Returns
Promise
<
void
>
audio
audio
(
ms
:
Audio
)
:
Promise
<
void
>
Parameters
ms
:
Audio
Returns
Promise
<
void
>
button
button
(
ms
:
Button
)
:
void
Parameters
ms
:
Button
Returns
void
convert
convert
()
:
Promise
<
void
>
Returns
Promise
<
void
>
extend
extend
(
ms
:
Extend
)
:
void
Parameters
ms
:
Extend
Returns
void
file
file
(
ms
:
File
)
:
Promise
<
void
>
Parameters
ms
:
File
Returns
Promise
<
void
>
image
image
(
ms
:
Image
)
:
Promise
<
void
>
Parameters
ms
:
Image
Returns
Promise
<
void
>
mention
mention
(
ms
:
Mention
)
:
void
Parameters
ms
:
Mention
Returns
void
platform
platform
(
ms
:
Platform
)
:
void
Parameters
ms
:
Platform
Returns
void
reply
reply
(
ms
:
Reply
)
:
Promise
<
void
>
Parameters
ms
:
Reply
Returns
Promise
<
void
>
text
text
(
ms
:
Text
)
:
void
Parameters
ms
:
Text
Returns
void
video
video
(
ms
:
File
)
:
Promise
<
void
>
Parameters
ms
:
File
Returns
Promise
<
void
>
voice
voice
(
ms
:
Voice
)
:
Promise
<
void
>
Parameters
ms
:
Voice
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
after
atall
atme
before
brief
c
content
source
Methods
_
button
_
file
audio
button
convert
extend
file
image
mention
platform
reply
text
video
voice
philia
Loading...
引用回复