ReplyParameters constructor
const
ReplyParameters({})
Constructs a ReplyParameters
.
Implementation
const ReplyParameters({
required this.messageId,
this.chatId,
this.allowSendingWithoutReply,
this.quote,
this.quoteParseMode,
this.quoteEntities,
this.quotePosition,
});