New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public TextMessageDataItem(ChatTextMessage message)
Parameters:messageChatTextMessage

Properties

Gets the file attachments associated with this message.

C#
public IList<PromptInputAttachedFile> Attachments { get; }

Gets a value indicating whether this message has any attachments.

C#
public bool HasAttachments { get; }

Gets a value indicating whether this message is a reply to one or more messages.

C#
public bool IsReply { get; }

Gets the messages that this message is replying to.

C#
public IList<ChatMessage> ReplyToMessages { get; }
C#
public ChatTextMessage TextMessage { get; }