Class
ChatAttachmentsMessage

Represents a message that displays attachments and text.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ChatAttachmentsMessage : ChatMessage

Inheritance: objectChatItemChatMessageChatAttachmentsMessage

Inherited Members ChatMessage.AuthorPropertyChatMessage.AuthorChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data

Constructors

ChatAttachmentsMessage()

Declaration

cs-api-definition
public ChatAttachmentsMessage()

Fields

AttachmentsProperty

Identifies the Attachments property.

Declaration

cs-api-definition
public static readonly BindableProperty AttachmentsProperty

Field Value

BindableProperty

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

Properties

Attachments

Gets or sets the attachments displayed in the message.

Declaration

cs-api-definition
public IEnumerable<ChatAttachment> Attachments { get; set; }

Property Value

IEnumerable<ChatAttachment>

Text

Gets or sets the text that gets displayed in the message.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string