MessageUpdateActivity Class

Definition

public class MessageUpdateActivity : Microsoft.Teams.Api.Activities.MessageActivity
type MessageUpdateActivity = class
    inherit MessageActivity
Public Class MessageUpdateActivity
Inherits MessageActivity
Inheritance
MessageUpdateActivity

Constructors

Name Description
MessageUpdateActivity()
MessageUpdateActivity(String)

Properties

Name Description
AttachmentLayout (Inherited from MessageActivity)
Attachments (Inherited from MessageActivity)
ChannelData (Inherited from Activity)
ChannelId (Inherited from Activity)
Conversation (Inherited from Activity)
DeliveryMode (Inherited from MessageActivity)
Entities (Inherited from Activity)
Expiration
Obsolete.
(Inherited from MessageActivity)
From (Inherited from Activity)
Id (Inherited from Activity)
Importance
Obsolete.
(Inherited from MessageActivity)
InputHint
Obsolete.
(Inherited from MessageActivity)
IsRecipientMentioned (Inherited from MessageActivity)
IsStreaming (Inherited from Activity)
Locale (Inherited from Activity)
LocalTimestamp (Inherited from Activity)
Properties (Inherited from Activity)
Recipient (Inherited from Activity)
RelatesTo
Obsolete.
(Inherited from Activity)
ReplyToId (Inherited from Activity)
ServiceUrl (Inherited from Activity)
Speak
Obsolete.
(Inherited from MessageActivity)
SuggestedActions (Inherited from MessageActivity)
Summary (Inherited from MessageActivity)
Text (Inherited from MessageActivity)
TextFormat (Inherited from MessageActivity)
Timestamp (Inherited from Activity)
Type (Inherited from Activity)
Value (Inherited from MessageActivity)

Methods

Name Description
AddAIGenerated() (Inherited from Activity)
AddAttachment(AdaptiveCard) (Inherited from MessageActivity)
AddAttachment(Attachment[]) (Inherited from MessageActivity)
AddAttachment(OAuthCard) (Inherited from MessageActivity)
AddAttachment(SignInCard) (Inherited from MessageActivity)
AddCitation(Int32, CitationAppearance) (Inherited from Activity)
AddEntity(IEntity[]) (Inherited from Activity)
AddFeedback(Boolean) (Inherited from Activity)
AddFeedback(FeedbackType) (Inherited from Activity)
AddMention(Account, String, Boolean) (Inherited from MessageActivity)
AddQuote(String, String) (Inherited from MessageActivity)
AddSensitivityLabel(String, String, DefinedTerm) (Inherited from Activity)
AddStreamFinal() (Inherited from MessageActivity)
AddTargetedMessageInfo(String) (Inherited from Activity)
AddText(String) (Inherited from MessageActivity)
Clone() (Inherited from Activity)
Copy() (Inherited from Activity)
GetAccountMention(String) (Inherited from MessageActivity)
GetPath() (Inherited from Activity)
GetQuotedMessages() (Inherited from MessageActivity)
GetTypeCode() (Inherited from Activity)
Merge(Activity) (Inherited from Activity)
Merge(MessageActivity) (Inherited from MessageActivity)
PrependQuote(String) (Inherited from MessageActivity)
ToBoolean(IFormatProvider) (Inherited from Activity)
ToByte(IFormatProvider) (Inherited from Activity)
ToChar(IFormatProvider) (Inherited from Activity)
ToCommand() (Inherited from Activity)
ToCommandResult() (Inherited from Activity)
ToConversationUpdate() (Inherited from Activity)
ToDateTime(IFormatProvider) (Inherited from Activity)
ToDecimal(IFormatProvider) (Inherited from Activity)
ToDouble(IFormatProvider) (Inherited from Activity)
ToEndOfConversation() (Inherited from Activity)
ToEvent() (Inherited from Activity)
ToInstallUpdate() (Inherited from Activity)
ToInt16(IFormatProvider) (Inherited from Activity)
ToInt32(IFormatProvider) (Inherited from Activity)
ToInt64(IFormatProvider) (Inherited from Activity)
ToInvoke() (Inherited from Activity)
ToMessage() (Inherited from Activity)
ToMessageDelete() (Inherited from Activity)
ToMessageReaction() (Inherited from Activity)
ToMessageUpdate() (Inherited from Activity)
ToQuoteReply()
Obsolete.
(Inherited from Activity)
ToSByte(IFormatProvider) (Inherited from Activity)
ToSingle(IFormatProvider) (Inherited from Activity)
ToString() (Inherited from Activity)
ToString(IFormatProvider) (Inherited from Activity)
ToType(Type, IFormatProvider) (Inherited from Activity)
ToTyping() (Inherited from Activity)
ToUInt16(IFormatProvider) (Inherited from Activity)
ToUInt32(IFormatProvider) (Inherited from Activity)
ToUInt64(IFormatProvider) (Inherited from Activity)
UpdateEntity(IEntity, IEntity) (Inherited from Activity)
WithAppId(String) (Inherited from Activity)
WithAttachmentLayout(Attachment+Layout) (Inherited from MessageActivity)
WithChannelId(ChannelId) (Inherited from Activity)
WithConversation(Conversation) (Inherited from Activity)
WithData(ChannelData) (Inherited from Activity)
WithData(String, Object) (Inherited from Activity)
WithDeliveryMode(DeliveryMode) (Inherited from MessageActivity)
WithExpiration(DateTime)
Obsolete.
(Inherited from MessageActivity)
WithFrom(Account) (Inherited from Activity)
WithId(String) (Inherited from Activity)
WithImportance(Importance)
Obsolete.
(Inherited from MessageActivity)
WithInputHint(InputHint)
Obsolete.
(Inherited from MessageActivity)
WithLocale(String) (Inherited from Activity)
WithLocalTimestamp(DateTime) (Inherited from Activity)
WithRecipient(Account, Boolean) (Inherited from MessageActivity)
WithRecipient(Account) (Inherited from MessageActivity)
WithRelatesTo(ConversationReference)
Obsolete.
(Inherited from Activity)
WithServiceUrl(String) (Inherited from Activity)
WithSpeak(String)
Obsolete.
(Inherited from MessageActivity)
WithSuggestedActions(SuggestedActions) (Inherited from MessageActivity)
WithSummary(String) (Inherited from MessageActivity)
WithText(String) (Inherited from MessageActivity)
WithTextFormat(TextFormat) (Inherited from MessageActivity)
WithTimestamp(DateTime) (Inherited from Activity)

Applies to