ReplyParameters

@Serializable
data class ReplyParameters : WithMessageId, TextedInput

Constructors

Link copied to clipboard
constructor(chatIdentifier: ChatIdentifier, messageId: MessageId, entities: TextSourcesList, allowSendingWithoutReply: Boolean? = null, quotePosition: Int? = null)
constructor(metaInfo: Message.MetaInfo, entities: TextSourcesList, allowSendingWithoutReply: Boolean? = null, quotePosition: Int? = null)
constructor(message: Message, entities: TextSourcesList, allowSendingWithoutReply: Boolean? = null, quotePosition: Int? = null)
constructor(chatIdentifier: ChatIdentifier, messageId: MessageId, quote: String, quoteParseMode: ParseMode, allowSendingWithoutReply: Boolean? = null, quotePosition: Int? = null)
constructor(metaInfo: Message.MetaInfo, quote: String, quoteParseMode: ParseMode, allowSendingWithoutReply: Boolean? = null, quotePosition: Int? = null)
constructor(message: Message, quote: String, quoteParseMode: ParseMode, allowSendingWithoutReply: Boolean? = null, quotePosition: Int? = null)
constructor(chatIdentifier: ChatIdentifier, messageId: MessageId, allowSendingWithoutReply: Boolean? = null, quotePosition: Int? = null)
constructor(metaInfo: Message.MetaInfo, allowSendingWithoutReply: Boolean? = null, quotePosition: Int? = null)
constructor(message: Message, allowSendingWithoutReply: Boolean? = null, quotePosition: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "allow_sending_without_reply")
val allowSendingWithoutReply: Boolean? = null
Link copied to clipboard
@SerialName(value = "chat_id")
val chatIdentifier: ChatIdentifier
Link copied to clipboard
@SerialName(value = "message_id")
open override val messageId: MessageId
Link copied to clipboard
@SerialName(value = "quote")
val quote: String? = null
Link copied to clipboard
@SerialName(value = "quote_parse_mode")
val quoteParseMode: ParseMode? = null
Link copied to clipboard
@SerialName(value = "quote_position")
val quotePosition: Int?
Link copied to clipboard
open override val text: String?
Link copied to clipboard
open override val textSources: List<TextSource>

Full list of TextSources