View Source Telegex.Type.MessageEntity (Telegex v1.8.0)

This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc.

Summary

Types

@type t() :: %Telegex.Type.MessageEntity{
  custom_emoji_id: String.t() | nil,
  language: String.t() | nil,
  length: integer(),
  offset: integer(),
  type: String.t(),
  url: String.t() | nil,
  user: Telegex.Type.User.t() | nil
}