ChatKittyPlatformAPI.Model.ChannelMessageMentionProperties (chatkitty_platform_sdk v0.1.0)

A channel mention

Link to this section Summary

Link to this section Types

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