ChatKittyPlatformAPI.Model.ChatUserMessageMentionProperties (chatkitty_platform_sdk v0.1.0)

A user mention

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.ChatUserMessageMentionProperties{
  endPosition: integer(),
  startPosition: integer(),
  tag: String.t(),
  type: String.t(),
  user: ChatKittyPlatformAPI.Model.ChatUserProperties.t()
}