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

Describes reply parameters for the message that is being sent.

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

Summary

Types

@type t() :: %ExGram.Model.ReplyParameters{
  allow_sending_without_reply: boolean() | nil,
  chat_id: (integer() | String.t()) | nil,
  message_id: integer(),
  quote: String.t() | nil,
  quote_entities: [ExGram.Model.MessageEntity.t()] | nil,
  quote_parse_mode: String.t() | nil,
  quote_position: integer() | nil
}

Functions