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.

Summary of the messages in a Channel.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.ChannelMessageSummary

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

Syntax

C#
public class ChannelMessageSummary

The ChannelMessageSummary type exposes the following members

Constructors

NameDescription
Public Method ChannelMessageSummary()

Properties

NameTypeDescription
Public Property Content System.String

Gets and sets the property Content.

The content of the message.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The time at which the message summary was created.

Public Property LastEditedTimestamp System.DateTime

Gets and sets the property LastEditedTimestamp.

The time at which a message was last edited.

Public Property LastUpdatedTimestamp System.DateTime

Gets and sets the property LastUpdatedTimestamp.

The time at which a message was last updated.

Public Property MessageId System.String

Gets and sets the property MessageId.

The ID of the message.

Public Property Metadata System.String

Gets and sets the property Metadata.

The metadata of the message.

Public Property Redacted System.Boolean

Gets and sets the property Redacted.

Indicates whether a message was redacted.

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 type of message.

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