MessageActivity

public struct MessageActivity

Represents an action that be taken on a message.

  • Represents the type of activity.

    See more

    Declaration

    Swift

    public enum ActivityType : Int
  • The type of action.

    Declaration

    Swift

    public let type: ActivityType
  • The party ID for this activity

    Declaration

    Swift

    public let partyId: String?