ChatKittyPlatformAPI.Model.MessageMentionProperties (chatkitty_platform_sdk v0.1.0)

Mentions in this message

Link to this section Summary

Link to this section Types

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