ChatKitty.Model.FileChatUserMessageProperties (chatkitty_platform_sdk v1.26.0)
A file message sent by or behalf of a user
Link to this section Summary
Link to this section Types
@type t() :: %ChatKitty.Model.FileChatUserMessageProperties{ channelId: integer(), createdTime: DateTime.t(), file: ChatKitty.Model.FileProperties.t(), groupTag: String.t() | nil, id: integer(), lastEditedTime: DateTime.t() | nil, nestedLevel: integer(), properties: %{optional(String.t()) => AnyType}, reactions: [ChatKitty.Model.MessageReactionsSummaryProperties.t()] | nil, repliesCount: integer() | nil, type: String.t(), user: ChatKitty.Model.ChatUserProperties.t() }