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

Describes reply parameters for the message that is being sent.

Summary

Types

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