-
public interface MessageAttachmentAttachments let you add more context to a message, enhancing user experience and making it more interactive. Chat message attachment must have type property that defines the behavior of attachment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumMessageAttachment.Type
-
Method Summary
Modifier and Type Method Description abstract MessageAttachment.TypegetType()Attachment type. -
-
Method Detail
-
getType
abstract MessageAttachment.Type getType()
Attachment type. See Type for possible values.
-
-
-
-