ChatKittyPlatformAPI.Model.MessageProperties (chatkitty_platform_sdk v0.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %ChatKittyPlatformAPI.Model.MessageProperties{ channelId: integer(), createdTime: DateTime.t(), groupTag: String.t() | nil, id: integer(), lastEditedTime: DateTime.t() | nil, nestedLevel: integer(), properties: %{optional(String.t()) => AnyType}, reactions: [ChatKittyPlatformAPI.Model.MessageReactionsSummaryProperties.t()] | nil, repliesCount: integer() | nil, type: String.t() }