Class TextMessageUpdate
public class TextMessageUpdate : ICanGetTextContent, IMessage
- Inheritance
-
TextMessageUpdate
- Implements
- Inherited Members
- Extension Methods
Constructors
TextMessageUpdate(Role, string?, string?)
public TextMessageUpdate(Role role, string? content, string? from = null)
Parameters
Properties
Content
public string? Content { get; set; }
Property Value
From
public string? From { get; set; }
Property Value
Role
public Role Role { get; set; }
Property Value
Methods
GetContent()
public string? GetContent()