View Source ExGram.Model.TextQuote (ex_gram v0.52.2)

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

Check the documentation of this model in https://core.telegram.org/bots/api#textquote

Summary

Types

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

Functions