Kotlin Mattermost Client
Toggle table of contents
0.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Mattermost Client
mattermost-client
/
dev.limebeck.mattermost.types
/
Attachment
Attachment
data
class
Attachment
(
val
id
:
String
,
val
name
:
String
,
val
mimeType
:
String
,
val
data
:
ByteArray
)
Members
Constructors
Attachment
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
mimeType
:
String
,
data
:
ByteArray
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
id
Link copied to clipboard
val
id
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String
name
Link copied to clipboard
val
name
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int