AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The details of a message in a channel.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.ChannelMessage

Namespace: Amazon.Chime.Model
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public class ChannelMessage

The ChannelMessage type exposes the following members

Constructors

NameDescription
Public Method ChannelMessage()

Properties

NameTypeDescription
Public Property ChannelArn System.String

Gets and sets the property ChannelArn.

The ARN of the channel.

Public Property Content System.String

Gets and sets the property Content.

The message content.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The time at which the message was created.

Public Property LastEditedTimestamp System.DateTime

Gets and sets the property LastEditedTimestamp.

The time at which a message was edited.

Public Property LastUpdatedTimestamp System.DateTime

Gets and sets the property LastUpdatedTimestamp.

The time at which a message was updated.

Public Property MessageId System.String

Gets and sets the property MessageId.

The ID of a message.

Public Property Metadata System.String

Gets and sets the property Metadata.

The message metadata.

Public Property Persistence Amazon.Chime.ChannelMessagePersistenceType

Gets and sets the property Persistence.

The persistence setting for a channel message.

Public Property Redacted System.Boolean

Gets and sets the property Redacted.

Hides the content of a message.

Public Property Sender Amazon.Chime.Model.Identity

Gets and sets the property Sender.

The message sender.

Public Property Type Amazon.Chime.ChannelMessageType

Gets and sets the property Type.

The message type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5