Class
ChatMessage

Represents a model for a message item displayed in the chat that has a certain author.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ChatMessage : ChatItem

Inheritance: objectChatItemChatMessage

Derived Classes: TextMessage

Inherited Members ChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data

Constructors

ChatMessage()

Declaration

cs-api-definition
public ChatMessage()

Fields

AuthorProperty

Identifies the Author property.

Declaration

cs-api-definition
public static readonly BindableProperty AuthorProperty

Field Value

BindableProperty

Properties

Author

Gets or sets the author of the particular message.

Declaration

cs-api-definition
public Author Author { get; set; }

Property Value

Author