acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.message
/
BotIncomingSegment
/
Image
Image
class
Image
(
val
fileId
:
String
,
val
width
:
Int
,
val
height
:
Int
,
val
subType
:
ImageSubType
,
val
summary
:
String
)
:
BotIncomingSegment
(
source
)
图片消息段
Members
Constructors
Image
Link copied to clipboard
constructor
(
fileId
:
String
,
width
:
Int
,
height
:
Int
,
subType
:
ImageSubType
,
summary
:
String
)
Properties
file
Id
Link copied to clipboard
val
fileId
:
String
图片的文件 ID
height
Link copied to clipboard
val
height
:
Int
图片的高度
sub
Type
Link copied to clipboard
val
subType
:
ImageSubType
图片子类型
summary
Link copied to clipboard
val
summary
:
String
图片的文本描述
width
Link copied to clipboard
val
width
:
Int
图片的宽度
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String