StreamReferenceInfo

public final class StreamReferenceInfo

Reference information in a stream message.

Contains the sender, message ID, and content body of the referenced message.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Message content body of the referenced message.

Link copied to clipboard
private String messageId

Server-side unique ID of the referenced message.

Link copied to clipboard
private String senderUserId

Sender ID of the referenced message.

Functions

Link copied to clipboard
public final MessageContent getContent()

Message content body of the referenced message.

Link copied to clipboard
public final String getMessageId()

Server-side unique ID of the referenced message.

Link copied to clipboard
public final String getSenderUserId()

Sender ID of the referenced message.

Link copied to clipboard
public final Unit setContent(MessageContent content)

Message content body of the referenced message.

Link copied to clipboard
public final Unit setMessageId(String messageId)

Server-side unique ID of the referenced message.

Link copied to clipboard
public final Unit setSenderUserId(String senderUserId)

Sender ID of the referenced message.

Link copied to clipboard
public String toString()