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

This object contains information about the quoted part of a message that is replied to by the given message.

Summary

Types

@type t() :: %Telegex.Type.TextQuote{
  entities: [Telegex.Type.MessageEntity.t()] | nil,
  is_manual: boolean() | nil,
  position: integer(),
  text: String.t()
}