CombineMessage

public final class CombineMessage extends MediaMessageContent

Merge Forward message.

Inherits MediaMessageContent. This message will store and count toward Unread message count.

Inherits from MediaMessageContent properties:

  • localUri Local Merge message File path

  • remoteUri Remote Merge message File download URL

  • name Merge message File name

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private Integer messageCount

Forward message Count

Link copied to clipboard
private List<String> nameList

Forward message Sender Name List (private chat after deduplication, group chat group Name)

Link copied to clipboard
private List<String> summaryList

Forward message's thumbnail Content List

Inherited properties

Link copied to clipboard
private Long destructTime

after reading i.e. burn-after-reading destroy When time (Unit: seconds), message Read after passing This When destroy after time

Link copied to clipboard
private String extra

Message content extra data (follow message Send, Sync Remote)

Link copied to clipboard
private Boolean isDestruct

Whether after reading i.e. burn message

Link copied to clipboard
private String localUri

Media Content Local Path

Link copied to clipboard

@ mention Info

Link copied to clipboard
private String name

Media Content File name

Link copied to clipboard
private String remoteUri

Media Content Upload Server after Remote URL

Functions

Link copied to clipboard
public final Integer getMessageCount()

Forward message Count

Link copied to clipboard
public final List<String> getNameList()

Forward message Sender Name List (private chat after deduplication, group chat group Name)

Link copied to clipboard
public final List<String> getSummaryList()

Forward message's thumbnail Content List

Link copied to clipboard
public final Unit setMessageCount(Integer messageCount)

Forward message Count

Link copied to clipboard
public final Unit setNameList(List<String> nameList)

Forward message Sender Name List (private chat after deduplication, group chat group Name)

Link copied to clipboard
public final Unit setSummaryList(List<String> summaryList)

Forward message's thumbnail Content List

Link copied to clipboard
public String toString()

Inherited functions

Link copied to clipboard
public final Long getDestructTime()

after reading i.e. burn-after-reading destroy When time (Unit: seconds), message Read after passing This When destroy after time

Link copied to clipboard
public final String getExtra()

Message content extra data (follow message Send, Sync Remote)

Link copied to clipboard
public final String getLocalUri()

Media Content Local Path

Link copied to clipboard

@ mention Info

Link copied to clipboard
public final String getName()

Media Content File name

Link copied to clipboard
public final String getRemoteUri()

Media Content Upload Server after Remote URL

Link copied to clipboard
public final Boolean isDestruct()

Whether after reading i.e. burn message

Link copied to clipboard
public final Unit setDestruct(Boolean isDestruct)

Whether after reading i.e. burn message

Link copied to clipboard
public final Unit setDestructTime(Long destructTime)

after reading i.e. burn-after-reading destroy When time (Unit: seconds), message Read after passing This When destroy after time

Link copied to clipboard
public final Unit setExtra(String extra)

Message content extra data (follow message Send, Sync Remote)

Link copied to clipboard
public final Unit setLocalUri(String localUri)

Media Content Local Path

Link copied to clipboard
public final Unit setMentionedInfo(MentionedInfo mentionedInfo)

@ mention Info

Link copied to clipboard
public final Unit setName(String name)

Media Content File name

Link copied to clipboard
public final Unit setRemoteUri(String remoteUri)

Media Content Upload Server after Remote URL